Files
kotlin/compiler/testData/script/without_params.kts

2 lines
112 B
Kotlin
Vendored

val num = 10 // check that we could declare property with the name as in the super class
System.out.println(num)