Files
kotlin-fork/j2k/testData/fileOrElement/anonymousBlock/oneAnonBlock.kt
T
2015-03-31 16:10:21 +03:00

7 lines
72 B
Kotlin
Vendored

class Test {
var str: String
init {
str = "Ola"
}
}