PSI2IR: Fix bound inner class constructor callable reference generation

This commit is contained in:
Dmitry Petrov
2020-01-24 14:40:32 +03:00
parent f7321b497b
commit 90b250d241
6 changed files with 214 additions and 2 deletions
@@ -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");