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 7fd4406 + 3281cf9 commit 08fbc64Copy full SHA for 08fbc64
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