blob: 20f134ecc9a86bb0ac38b5efa6a3f9dada46779a [file]
// FILE: lib.kt
class Foo
// FILE: main.kt
fun test() {
Fo<caret>o()
}