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