// IS_APPLICABLE: false // ERROR: Unresolved reference: got fun test() { class Test{ fun get(i: Int) : Int = 0 } val test = Test() test.got(0) }