Add regression test for KT-51254
#KT-51254 Fixed
This commit is contained in:
+6
@@ -17902,6 +17902,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt51157.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51254.kt")
|
||||
public void testKt51254() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt51254.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mangledDefaultParameterFunction.kt")
|
||||
public void testMangledDefaultParameterFunction() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user