Removed tuples from PSI tests.

This commit is contained in:
Evgeny Gerashchenko
2013-03-18 22:01:45 +04:00
parent ffb67d3a1f
commit 7bfa4a9c09
22 changed files with 451 additions and 1040 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ fun foo() {
!in 2 -> sd
!is t -> d
(foo) -> Bar -> fgpp
is #(Int, Int) -> 2
is Pair<Int, Int> -> 2
else -> foo
}
}