Dmitriy Novozhilov
|
e869f8091a
|
[FIR] Properly handle callable references which were resolved with error
|
2021-04-16 11:12:55 +03:00 |
|
Jinseong Jeon
|
bfc7eb7bab
|
FIR checker: fix REFERENCE_BY_QUALIFIED positioning strategy to consider callable reference
|
2021-03-26 15:19:10 +03:00 |
|
Juan Chen
|
a1e0e8b0e7
|
[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
|
2020-04-15 11:16:33 +03:00 |
|
Dmitriy Novozhilov
|
2536fa0cd5
|
[FIR-TEST] Add new testdata generated after changes in previous commit
|
2019-12-12 16:11:46 +03:00 |
|