9 lines
77 B
Kotlin
Vendored
9 lines
77 B
Kotlin
Vendored
// FILE: lib.kt
|
|
|
|
class Foo
|
|
|
|
// FILE: main.kt
|
|
|
|
fun test() {
|
|
Fo<caret>o()
|
|
} |