Files
2024-01-05 16:04:14 +00:00

9 lines
77 B
Kotlin
Vendored

// FILE: lib.kt
class Foo
// FILE: main.kt
fun test() {
Fo<caret>o()
}