PSI2IR: Use substituted value parameter in function reference adaptation
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user