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 |
|
simon.ogorodnik
|
f573719cc1
|
[FIR] Fix missing receiver type if anonymous function without label
|
2020-04-08 14:56:17 +03:00 |
|
Mikhail Glukhikh
|
9017654b9d
|
[FIR] Handle default parameters when checking callable reference type
#KT-36759 Fixed
|
2020-02-19 18:09:06 +03:00 |
|
Dmitriy Novozhilov
|
2536fa0cd5
|
[FIR-TEST] Add new testdata generated after changes in previous commit
|
2019-12-12 16:11:46 +03:00 |
|