class F { class object { //c1 /*c2*/ fun f1() { } //c3 //c4 fun f2() { } var i: Int? = 0 fun f3() { } } //c5 }