We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989cb98 commit 5aac643Copy full SHA for 5aac643
test/Concurrency/isolated_parameters.swift
@@ -4,6 +4,8 @@
4
// REQUIRES: concurrency
5
// REQUIRES: swift_swift_parser
6
7
+// REQUIRES: rdar126006489
8
+
9
@available(SwiftStdlib 5.1, *)
10
actor A {
11
func f() { } // expected-note 5{{calls to instance method 'f()' from outside of its actor context are implicitly asynchronous}}
0 commit comments