blob: 17c23cab2dee784c93ee0dc02f93dd3959ddc317 [file]
class A constructor(a: Int) {
fun boo() {
fun bar() {
}
}
val i: Int = 42
init {
fun foo() {
}
}
}