blob: 59ee3c93ac46e34365f9db1a57a5e7739b2e5d8b [file]
// FILE: lib.kt
fun foo() {}
// FILE: main.kt
fun test() {
fo<caret>o()
}