KT-36953 break/continue/return/throw have kotlinType Nothing

This commit is contained in:
Dmitry Petrov
2020-03-10 11:08:17 +03:00
parent 603685b5a4
commit e175ff0d73
10 changed files with 122 additions and 4 deletions
@@ -23131,6 +23131,16 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/ranges/unsigned/kt35004.kt");
}
@TestMetadata("kt36953.kt")
public void testKt36953() throws Exception {
runTest("compiler/testData/codegen/box/ranges/unsigned/kt36953.kt");
}
@TestMetadata("kt36953_continue.kt")
public void testKt36953_continue() throws Exception {
runTest("compiler/testData/codegen/box/ranges/unsigned/kt36953_continue.kt");
}
@TestMetadata("compiler/testData/codegen/box/ranges/unsigned/expression")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)