Files
kotlin-fork/compiler/testData/script/without_params.kts
T

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)