Files
kotlin-fork/compiler/testData/diagnostics/tests/backingField/ReadInFunction.jet
T

5 lines
104 B
Plaintext

class ReadByAnotherPropertyInitializer() {
val a = 1
fun ff() = <!UNRESOLVED_REFERENCE!>$a<!>
}