Files
kotlin/plugins/scripting/scripting-compiler/testData/compiler/without_params.kts
Ilya Chernikov d863dc04e6 Move compiler scripting tests to scripting plugin, remove unused funs
also remove some tests that are covered in the scripting-compiler
tests now.
Part of the cleanup to rewrite scripting to the new infrastructure.
2020-04-13 13:49:34 +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)