blob: 4c70349dc7774f3edd90293d15a0043a77303288 [file] [log] [blame]
internal class Test {
var str: String? = null
init {
str = "Ola"
}
}