[IR][tests] Removal of class used as variable type and constructor call
This commit is contained in:
+10
@@ -50,6 +50,11 @@ public class JsKLibABITestCaseGenerated extends AbstractJsKLibABITestCase {
|
||||
runTest("compiler/testData/klibABI/removeAbstractPropertyFromInterface/");
|
||||
}
|
||||
|
||||
@TestMetadata("removeClassAsConstructorCall")
|
||||
public void testRemoveClassAsConstructorCall() throws Exception {
|
||||
runTest("compiler/testData/klibABI/removeClassAsConstructorCall/");
|
||||
}
|
||||
|
||||
@TestMetadata("removeClassAsParameterType")
|
||||
public void testRemoveClassAsParameterType() throws Exception {
|
||||
runTest("compiler/testData/klibABI/removeClassAsParameterType/");
|
||||
@@ -70,6 +75,11 @@ public class JsKLibABITestCaseGenerated extends AbstractJsKLibABITestCase {
|
||||
runTest("compiler/testData/klibABI/removeClassAsTypeArgument/");
|
||||
}
|
||||
|
||||
@TestMetadata("removeClassAsVariableType")
|
||||
public void testRemoveClassAsVariableType() throws Exception {
|
||||
runTest("compiler/testData/klibABI/removeClassAsVariableType/");
|
||||
}
|
||||
|
||||
@TestMetadata("removeFunction")
|
||||
public void testRemoveFunction() throws Exception {
|
||||
runTest("compiler/testData/klibABI/removeFunction/");
|
||||
|
||||
Reference in New Issue
Block a user