mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
2 lines
112 B
Kotlin
Vendored
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) |