Files
kotlin-fork/compiler/testData/diagnostics/tests/backingField/ReadInAnonymous.kt
T

7 lines
112 B
Kotlin

class ReadByAnotherPropertyInitializer() {
val a = 1
{
val <!UNUSED_VARIABLE!>x<!> = $a
}
}