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.
2 parents 62caff6 + 21c3dff commit 83878bfCopy full SHA for 83878bf
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