Test case (from testPrimitiveReceiver): fun Short.foo() = 3 fun Int.foo() = 4 1::foo
Chose maximally specific function in callable reference #KT-9601 Fixed #KT-10103 Fixed