IrConstructorCall support in JVM_IR, JS_IR, and FIR2IR
This commit is contained in:
@@ -892,6 +892,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/expressions/funImportedFromObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericConstructorCallWithTypeArguments.kt")
|
||||
public void testGenericConstructorCallWithTypeArguments() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/genericConstructorCallWithTypeArguments.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericPropertyCall.kt")
|
||||
public void testGenericPropertyCall() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/genericPropertyCall.kt");
|
||||
|
||||
Reference in New Issue
Block a user