PSI2IR: Use substituted value parameter in function reference adaptation

This commit is contained in:
Dmitry Petrov
2020-01-24 17:55:57 +03:00
parent 6e94eddb71
commit 0152f19d5f
6 changed files with 39 additions and 1 deletions
@@ -1368,6 +1368,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
runTest("compiler/testData/ir/irText/expressions/callableReferences/importedFromObject.kt");
}
@TestMetadata("letArrayOf.kt")
public void testLetArrayOf() throws Exception {
runTest("compiler/testData/ir/irText/expressions/callableReferences/letArrayOf.kt");
}
@TestMetadata("typeArguments.kt")
public void testTypeArguments() throws Exception {
runTest("compiler/testData/ir/irText/expressions/callableReferences/typeArguments.kt");