Additional tests and fixes for function name mangling
This commit is contained in:
committed by
Ilya Gorbunov
parent
99498eb7b8
commit
a205019156
+5
@@ -10340,6 +10340,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/functionNameMangling/genericFunctionsDoNotClash.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericSignatureOfFunctionWithMangledName.kt")
|
||||
public void testGenericSignatureOfFunctionWithMangledName() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/functionNameMangling/genericSignatureOfFunctionWithMangledName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localClassInFunctionWithMangledName.kt")
|
||||
public void testLocalClassInFunctionWithMangledName() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/functionNameMangling/localClassInFunctionWithMangledName.kt");
|
||||
|
||||
+5
@@ -11400,6 +11400,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/functionNameMangling/genericFunctionsDoNotClash.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericSignatureOfFunctionWithMangledName.kt")
|
||||
public void testGenericSignatureOfFunctionWithMangledName() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/functionNameMangling/genericSignatureOfFunctionWithMangledName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localClassInFunctionWithMangledName.kt")
|
||||
public void testLocalClassInFunctionWithMangledName() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/functionNameMangling/localClassInFunctionWithMangledName.kt");
|
||||
|
||||
Reference in New Issue
Block a user