Skip to content

Commit 269516a

Browse files
committed
[tests] Fix the validation tests
1 parent 9482e2a commit 269516a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/compiler_crashers_2_fixed/0011-rdar20985062.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class A {
88

99
func accept<T>(_ t: T.Type, _ value: inout T) {}
1010

11-
typealias TheType = (A) -> ([(x: Int, y: Double)]) -> ()
11+
typealias TheType = (A, [(x: Int, y: Double)]) -> ()
1212
var curried = A.foo
1313
accept(TheType.self, &curried)
1414

0 commit comments

Comments
 (0)