Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
v1.3.20
/
.
/
compiler
/
testData
/
script
/
without_params.kts
blob: df6c340c406832f8d375806289be7623360fb28f [
file
] [
log
] [
blame
]
val num
=
10
// check that we could declare property with the name as in the super class
println
(
num
)