Files
kotlin-fork/j2k/tests/testData/ast/anonymousBlock/file/oneAnonBlock.kt
T
2012-01-27 18:33:52 +04:00

6 lines
62 B
Kotlin

open class Test() {
var str : String? = null
{
str = "Ola"
}
}