FE: Use safe call when searching for suspend modifier
The modifier does not exist, when the parameter type is typealias. #KT-35187 Fixed
This commit is contained in:
+5
@@ -7824,6 +7824,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/coroutines/inlineSuspendLambdaNonLocalReturn.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineSuspendTypealias.kt")
|
||||
public void testInlineSuspendTypealias() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/inlineSuspendTypealias.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlinedTryCatchFinally.kt")
|
||||
public void testInlinedTryCatchFinally() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/inlinedTryCatchFinally.kt");
|
||||
|
||||
Reference in New Issue
Block a user