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 a8f91c4 commit 9d5f631Copy full SHA for 9d5f631
test/ClangImporter/objc_async.swift
@@ -90,4 +90,6 @@ actor MySubclassCheckingSwiftAttributes : ProtocolWithSwiftAttributes {
90
func mainActorMethod() {
91
syncMethod() // expected-error{{actor-isolated instance method 'syncMethod()' can not be referenced from context of global actor 'MainActor'}}
92
}
93
+
94
+ func uiActorMethod() { }
95
0 commit comments