FIR: Fix false-positive ILLEGAL_RESTRICTED_SUSPENDING_FUNCTION_CALL on invokeExtension calls
This commit is contained in:
committed by
TeamCityServer
parent
37b5237e97
commit
2e37ec6f0c
+6
@@ -35410,6 +35410,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/coroutines/restrictSuspension/extensions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("invokeExtension.kt")
|
||||
public void testInvokeExtension() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/coroutines/restrictSuspension/invokeExtension.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("memberExtension.kt")
|
||||
public void testMemberExtension() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user