Minor. Add regression test
#KT-52561 Fixed
This commit is contained in:
+5
@@ -7964,6 +7964,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt52311_nullOnRight.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt52561.kt")
|
||||
public void testKt52561() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt52561.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lastExpressionIsLoop.kt")
|
||||
public void testLastExpressionIsLoop() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/lastExpressionIsLoop.kt");
|
||||
|
||||
Reference in New Issue
Block a user