6 lines
80 B
Kotlin
Vendored
6 lines
80 B
Kotlin
Vendored
// "Add 'actual' modifier" "true"
|
|
|
|
actual class Foo {
|
|
fun <caret>foo() {}
|
|
}
|