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.
REQUIRES: concurrency
1 parent e547c06 commit 21c3dffCopy full SHA for 21c3dff
test/Serialization/actor-attr-query-cycle.swift
@@ -4,6 +4,8 @@
4
// RUN: %target-swift-frontend -emit-module -o %t/b.swiftmodule -emit-module-source-info-path %t/b.swiftsourceinfo -primary-file %S/Inputs/actor_bar.swift %s -module-name Foo
5
// RUN: %target-swift-frontend -merge-modules -emit-module -o %t/Foo.swiftmodule -emit-module-source-info-path %t/Foo.swiftsourceinfo %t/a.swiftmodule %t/b.swiftmodule -module-name Foo
6
7
+// REQUIRES: concurrency
8
+
9
extension Bar {
10
@MainActor
11
func bar() async throws -> Int {
0 commit comments