[FIR] Handle receiver types of extension methods when computing maximally specific types.
Test case (from testPrimitiveReceiver): fun Short.foo() = 3 fun Int.foo() = 4 1::foo
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
f7dc06a772
commit
a1e0e8b0e7
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
// !CHECK_TYPE
|
||||
|
||||
interface IA
|
||||
|
||||
Reference in New Issue
Block a user