blob: e0efe173b78d89c03def89c4bc6c07e4633ea59f [file] [log] [blame]
class Test() {
val test = 12;
init {
for (i in 0..12) {
}
}
fun more() {
}
}