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 5d3b3a6 + cc8acdc commit b8122dbCopy full SHA for b8122db
validation-test/Sema/type_checker_perf/fast/sr139.swift
@@ -1,5 +1,5 @@
1
// RUN: %target-typecheck-verify-swift
2
-// RUN: %target-swift-frontend -typecheck %s
+// REQUIRES: tools-release,no_asserts
3
4
// SR-139:
5
// Infinite recursion parsing bitwise operators
validation-test/Sema/type_checker_perf/slow/rdar46713933.swift
@@ -1,4 +1,5 @@
func wrap<T>(_ key: String, _ value: T) -> T { return value }
func wrap<T: ExpressibleByIntegerLiteral>(_ key: String, _ value: T) -> T { return value }
0 commit comments