class outer() { fun inner1(x: Int, z: Int) { fun inner3() { val y: Int; }} fun inner2(x: Int, y: Int) { } }