Files
kotlin-fork/compiler/testData/diagnostics/tests/backingField/ReadInFunction.jet
T
svtk ec55dddfcd backing fields resolve changed
KT-462 Consider allowing initializing properties via property names when it is safe
KT-598 Allow to use backing fields after this expression
2011-12-06 22:41:19 +04:00

5 lines
77 B
Plaintext

class ReadByAnotherPropertyInitializer() {
val a = 1
fun ff() = $a
}