7 lines
73 B
Kotlin
Vendored
7 lines
73 B
Kotlin
Vendored
class Foo {
|
|
fun s() = ""
|
|
|
|
fun test() {
|
|
<caret>s()
|
|
}
|
|
} |