Files
kotlin-fork/j2k/tests/testData/ast/anonymousBlock/oneAnonBlock.kt
T

6 lines
70 B
Kotlin

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