class A constructor(a: Int) { fun boo() { fun bar() { } } val i: Int = 42 init { fun foo() { } } }