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 55f5afd + 21fd184 commit 2f31479Copy full SHA for 2f31479
test/Sema/complex_expressions.swift
@@ -2,7 +2,8 @@
2
3
// SR-139:
4
// Infinite recursion parsing bitwise operators
5
-let x = UInt32(0x1FF)&0xFF << 24 | UInt32(0x1FF)&0xFF << 16 | UInt32(0x1FF)&0xFF << 8 | (UInt32(0x1FF)&0xFF);
+// FIXME: SR-4714 tracks re-enabling this
6
+// let x = UInt32(0x1FF)&0xFF << 24 | UInt32(0x1FF)&0xFF << 16 | UInt32(0x1FF)&0xFF << 8 | (UInt32(0x1FF)&0xFF);
7
8
// SR-838:
9
// expression test_seconds() was too complex to be solved in reasonable time
0 commit comments