6 lines
83 B
Kotlin
6 lines
83 B
Kotlin
// IS_APPLICABLE: false
|
|
class Owner {
|
|
fun f() {
|
|
fun <caret>f() {}
|
|
}
|
|
} |