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