Add -Xsanitize-parentheses to workaround ASM 6.1 issue in frame computation
#KT-29475 Fixed
This commit is contained in:
+5
@@ -11663,6 +11663,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/mangling/internalOverrideSuperCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("parentheses.kt")
|
||||
public void testParentheses() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/mangling/parentheses.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("publicOverride.kt")
|
||||
public void testPublicOverride() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/mangling/publicOverride.kt");
|
||||
|
||||
+5
@@ -12753,6 +12753,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/mangling/internalOverrideSuperCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("parentheses.kt")
|
||||
public void testParentheses() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/mangling/parentheses.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("publicOverride.kt")
|
||||
public void testPublicOverride() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/mangling/publicOverride.kt");
|
||||
|
||||
Reference in New Issue
Block a user