class C(a: Int, b: Int, c: Int, d: Int, e: Int = d, val f: String) { { a + a } val g = b { c + c } } fun f(a: Int, b: Int, c: Int = b) { a + a }