4 lines
63 B
Kotlin
Vendored
4 lines
63 B
Kotlin
Vendored
abstract class Owner {
|
|
protected fun <caret>f(): Int = 1
|
|
}
|