PSI2IR: Fix argument adaptation for unbound references

NB front-end "lies".
This commit is contained in:
Dmitry Petrov
2020-01-24 21:33:29 +03:00
parent 0152f19d5f
commit c939fb7b05
7 changed files with 230 additions and 14 deletions
@@ -1378,6 +1378,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/expressions/callableReferences/typeArguments.kt");
}
@TestMetadata("unboundMemberReferenceWithAdaptedArguments.kt")
public void testUnboundMemberReferenceWithAdaptedArguments() throws Exception {
runTest("compiler/testData/ir/irText/expressions/callableReferences/unboundMemberReferenceWithAdaptedArguments.kt");
}
@TestMetadata("withAdaptedArguments.kt")
public void testWithAdaptedArguments() throws Exception {
runTest("compiler/testData/ir/irText/expressions/callableReferences/withAdaptedArguments.kt");