class Test() { val test = 12; init { for (i in 0..12) { } } fun more() { } }