blob: 9e1ed549da9937e48a7ba0b323dd372d4839963a [file]
package one
class A constructor(a: Int) {
fun boo() {
fun bar() {
}
}
val i: Int = 42
init {
fun foo() {
}
}
}