5 lines
104 B
Plaintext
5 lines
104 B
Plaintext
class ReadByAnotherPropertyInitializer() {
|
|
val a = 1
|
|
fun ff() = <!UNRESOLVED_REFERENCE!>$a<!>
|
|
}
|