3 lines
56 B
Kotlin
Vendored
3 lines
56 B
Kotlin
Vendored
abstract class Owner {
|
|
internal fun <caret>f() = 1
|
|
} |