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 ef970b7 commit 82abf98Copy full SHA for 82abf98
test/Concurrency/async_sequence_existential.swift
@@ -4,6 +4,9 @@
4
5
// REQUIRES: concurrency
6
7
+// https://github.com/swiftlang/swift/issues/80582
8
+// UNSUPPORTED: OS=windows-msvc
9
+
10
extension Error {
11
func printMe() { }
12
}
0 commit comments