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 c76ad9f commit 5e5f0b6Copy full SHA for 5e5f0b6
test/multifile/objc_closure_escape/main.swift
@@ -16,8 +16,8 @@ import StdlibUnittest
16
var testSuite = TestSuite("ObjectiveCClosureEscape")
17
18
19
-public func couldActuallyEscape(_ closure: @escaping () -> (), _ villian: DangerousEscaper) {
20
- villian.mightBeNaughty(closure)
+public func couldActuallyEscape(_ closure: @escaping () -> (), _ villain: DangerousEscaper) {
+ villain.mightBeNaughty(closure)
21
}
22
23
class Harmless : DangerousEscaper {
0 commit comments