mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
9 lines
155 B
Kotlin
Vendored
9 lines
155 B
Kotlin
Vendored
// "Add missing actual members" "true"
|
|
// DISABLE-ERRORS
|
|
|
|
actual class <caret>My {
|
|
actual fun foo(param: String) = 42
|
|
|
|
actual val correct = true
|
|
}
|