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
+2 -3
View File
@@ -1,6 +1,5 @@
fun a(
a : foo = #(),
a : foo = Unit.VALUE,
a : foo = 10,
a : foo = 0x10,
a : foo = '1',
@@ -17,7 +16,7 @@ fun a(
a : foo = this,
a : foo = super<sdf>,
a : foo = (10),
a : foo = #(10, "A", 0xf),
a : foo = Triple(10, "A", 0xf),
a : foo = Foo(bar),
a : foo = Foo<A>(bar),
a : foo = Foo(),