Add regression tests for obsolete issues
#KT-50909 #KT-50974 #KT-51888
This commit is contained in:
+6
@@ -18601,6 +18601,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt47823.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50974_resultMultiModule.kt")
|
||||
public void testKt50974_resultMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt50974_resultMultiModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt51157.kt")
|
||||
public void testKt51157() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user