IR: introduce IrConstructorCall / IrConstructorCallImpl
This commit is contained in:
@@ -802,6 +802,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/expressions/complexAugmentedAssignment.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("constructorWithOwnTypeParametersCall.kt")
|
||||
public void testConstructorWithOwnTypeParametersCall() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/constructorWithOwnTypeParametersCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("contructorCall.kt")
|
||||
public void testContructorCall() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/expressions/contructorCall.kt");
|
||||
|
||||
Reference in New Issue
Block a user