7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
class ReadByAnotherPropertyInitializer() {
|
|
val a = 1
|
|
{
|
|
val x = $a
|
|
}
|
|
}
|