5 lines
74 B
Plaintext
5 lines
74 B
Plaintext
class ReadByAnotherPropertyInitializer() {
|
|
val a = 1
|
|
val b = $a
|
|
}
|