3d8d92c7d3
- test data files renamed from *.jet to *.kt
7 lines
90 B
Kotlin
7 lines
90 B
Kotlin
class ReadByAnotherPropertyInitializer() {
|
|
val a = 1
|
|
{
|
|
val x = $a
|
|
}
|
|
}
|