KT-36953 break/continue/return/throw have kotlinType Nothing
This commit is contained in:
+10
@@ -21948,6 +21948,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user