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 cf93476 commit 58c91cfCopy full SHA for 58c91cf
test/Concurrency/assumeIsolated.swift
@@ -1,5 +1,8 @@
1
// RUN: %target-build-swift -swift-version 5 %s -enable-upcoming-feature RegionBasedIsolation -strict-concurrency=complete -enable-experimental-feature TransferringArgsAndResults -Xfrontend -verify
2
3
+// REQUIRES: concurrency
4
+// REQUIRES: OS=macosx
5
+
6
class NonSendableKlass {} // expected-note 3{{class 'NonSendableKlass' does not conform to the 'Sendable' protocol}}
7
8
@available(macOS 10.15, *)
0 commit comments