Minor: add regression test for KT-41806

This commit is contained in:
Pavel Kirpichenkov
2020-09-14 18:17:11 +03:00
parent 2fad935ce2
commit b102042dd8
5 changed files with 46 additions and 0 deletions
@@ -27953,6 +27953,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
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");