38922a84f1
^KT-35495 Fixed
4 lines
74 B
Kotlin
Vendored
4 lines
74 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
class B {
|
|
fun getA() = <!UNRESOLVED_REFERENCE!>a<!>
|
|
} |