Removed tuples from PSI tests.
This commit is contained in:
@@ -30,9 +30,9 @@ a(1
|
||||
, {(Int).(x, y) : (Int) -> Int -> {1}}
|
||||
, {Int? .(x, y) -> 1}
|
||||
, {This.(x, y) -> 1}
|
||||
, {#(A, B).(x, y) -> 1}
|
||||
, {#(a, b).(y)}
|
||||
, {#(a, b)}
|
||||
, {Pair(A, B).(x, y) -> 1}
|
||||
, {Pair(a, b).(y)}
|
||||
, {Pair(a, b)}
|
||||
, {Foo<Bar>.x}
|
||||
, {Foo<Bar>.(x)}
|
||||
, {Foo<Bar>.(x) -> x}
|
||||
|
||||
Reference in New Issue
Block a user