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 7fd4406 commit 3281cf9Copy full SHA for 3281cf9
test/expr/closure/closures_swift6.swift
@@ -1,4 +1,5 @@
1
// RUN: %target-typecheck-verify-swift -swift-version 6
2
+// REQUIRES: asserts
3
4
func doStuff(_ fn : @escaping () -> Int) {}
5
func doVoidStuff(_ fn : @escaping () -> ()) {}
0 commit comments