[FIR] Add NO_THIS & INSTANCE_ACCESS_BEFORE_SUPER_CALL
This commit is contained in:
@@ -335,6 +335,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/inlineCycle_ir.args");
|
||||
}
|
||||
|
||||
@TestMetadata("instanceAccessBeforeSuperCall.args")
|
||||
public void testInstanceAccessBeforeSuperCall() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/instanceAccessBeforeSuperCall.args");
|
||||
}
|
||||
|
||||
@TestMetadata("internalArgDisableLanguageFeature.args")
|
||||
public void testInternalArgDisableLanguageFeature() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/internalArgDisableLanguageFeature.args");
|
||||
|
||||
Reference in New Issue
Block a user