PSI2IR KT-47939 callable references to fun interface constructors
This commit is contained in:
committed by
TeamCityServer
parent
1fd0dec5e7
commit
27a144f86f
Generated
+6
@@ -1394,6 +1394,12 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
|
||||
runTest("compiler/testData/ir/irText/expressions/funImportedFromObject.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("funInterfaceConstructorReference.kt")
|
||||
public void testFunInterfaceConstructorReference() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/funInterfaceConstructorReference.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericConstructorCallWithTypeArguments.kt")
|
||||
public void testGenericConstructorCallWithTypeArguments() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user