[IR][tests] Removal of class used as variable type and constructor call
This commit is contained in:
Generated
+12
@@ -48,6 +48,12 @@ public class KlibABITestGenerated extends AbstractNativeKlibABITest {
|
||||
runTest("compiler/testData/klibABI/removeAbstractPropertyFromInterface/");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("removeClassAsConstructorCall")
|
||||
public void testRemoveClassAsConstructorCall() throws Exception {
|
||||
runTest("compiler/testData/klibABI/removeClassAsConstructorCall/");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("removeClassAsParameterType")
|
||||
public void testRemoveClassAsParameterType() throws Exception {
|
||||
@@ -72,6 +78,12 @@ public class KlibABITestGenerated extends AbstractNativeKlibABITest {
|
||||
runTest("compiler/testData/klibABI/removeClassAsTypeArgument/");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("removeClassAsVariableType")
|
||||
public void testRemoveClassAsVariableType() throws Exception {
|
||||
runTest("compiler/testData/klibABI/removeClassAsVariableType/");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("removeFunction")
|
||||
public void testRemoveFunction() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user