Files
kotlin/compiler/testData/script/without_params.kts
2016-10-12 15:37:48 +02:00

2 lines
101 B
Kotlin
Vendored

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