fun test() { class Test{ fun get(a: Int, b: Int) : Int = 0 } val test = Test() test.get(1, 2) }