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 7cc70cd commit d56a94eCopy full SHA for d56a94e
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 62a3b028c031dcd636e2366680ec93234b13de30
+refs/heads/master: 6ef37f536e7deb3f72bd133dfa8f1df38fdeda08
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
trunk/test/Constraints/warn_long_compile.swift
-// RUN: %target-typecheck-verify-swift -warn-long-expression-type-checking=1 -warn-long-function-bodies=1
-
+// RUN: %target-typecheck-verify-swift -warn-long-expression-type-checking=1 -warn-long-function-bodies=1 %s
+// REQUIRES: rdar44305428
@_silgen_name("generic_foo")
func foo<T>(_ x: T) -> T
0 commit comments