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 6ab5a2f commit e3428baCopy full SHA for e3428ba
test/Constraints/closures.swift
@@ -1,4 +1,5 @@
1
// RUN: %target-parse-verify-swift
2
+// REQUIRES: closurefixes
3
4
func myMap<T1, T2>(_ array: [T1], _ fn: (T1) -> T2) -> [T2] {}
5
0 commit comments