Additional tests and fixes for function name mangling
This commit is contained in:
committed by
Ilya Gorbunov
parent
99498eb7b8
commit
a205019156
+5
@@ -11790,6 +11790,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
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