blob: fc155e8b7188bc04a3af85be043b901265eaa947 [file]
class A {
val x = go() // A
fun go() = 4 // A
fun foo() {
"" // A
}
}