Properly process special symbols during indy-with-constants concatenation
#KT-47320 Fixed
This commit is contained in:
+5
@@ -59,6 +59,11 @@ public class Jdk9BlackBoxCodegenTestGenerated extends AbstractJdk9BlackBoxCodege
|
||||
runTest("compiler/testData/codegen/java9/box/concatDynamicInlineClasses.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("concatDynamicSpecialSymbols.kt")
|
||||
public void testConcatDynamicSpecialSymbols() throws Exception {
|
||||
runTest("compiler/testData/codegen/java9/box/concatDynamicSpecialSymbols.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("concatDynamicWithInline.kt")
|
||||
public void testConcatDynamicWithInline() throws Exception {
|
||||
runTest("compiler/testData/codegen/java9/box/concatDynamicWithInline.kt");
|
||||
|
||||
+5
@@ -60,6 +60,11 @@ public class Jdk9IrBlackBoxCodegenTestGenerated extends AbstractJdk9IrBlackBoxCo
|
||||
runTest("compiler/testData/codegen/java9/box/concatDynamicInlineClasses.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("concatDynamicSpecialSymbols.kt")
|
||||
public void testConcatDynamicSpecialSymbols() throws Exception {
|
||||
runTest("compiler/testData/codegen/java9/box/concatDynamicSpecialSymbols.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("concatDynamicWithInline.kt")
|
||||
public void testConcatDynamicWithInline() throws Exception {
|
||||
runTest("compiler/testData/codegen/java9/box/concatDynamicWithInline.kt");
|
||||
|
||||
Reference in New Issue
Block a user