PSI2IR: Fix bound inner class constructor callable reference generation
This commit is contained in:
@@ -1348,6 +1348,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/ir/irText/expressions/callableReferences"), Pattern.compile("^(.+)\\.kt$"), null, true);
|
||||
}
|
||||
|
||||
@TestMetadata("boundInnerGenericConstructor.kt")
|
||||
public void testBoundInnerGenericConstructor() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/callableReferences/boundInnerGenericConstructor.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("constructorWithAdaptedArguments.kt")
|
||||
public void testConstructorWithAdaptedArguments() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/callableReferences/constructorWithAdaptedArguments.kt");
|
||||
|
||||
Reference in New Issue
Block a user