4 lines
70 B
Kotlin
4 lines
70 B
Kotlin
// IS_APPLICABLE: false
|
|
abstract class Owner {
|
|
fun f() {<caret>}
|
|
} |