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 1cccd79 commit 49515ccCopy full SHA for 49515cc
test/IDE/complete_operators.swift
@@ -1,5 +1,8 @@
1
// RUN: %batch-code-completion
2
3
+// temporarily disabled for build stability (rdar://124942971)
4
+// UNSUPPORTED: OS=linux-gnu
5
+
6
struct S {}
7
postfix operator ++ {}
8
postfix func ++(x: inout S) -> S { return x }
0 commit comments