Minor: add regression test for KT-41806
This commit is contained in:
+5
@@ -30319,6 +30319,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt4142.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt41806.kt")
|
||||
public void testKt41806() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt41806.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4259.kt")
|
||||
public void testKt4259() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt4259.kt");
|
||||
|
||||
Reference in New Issue
Block a user