Removing usages of tuples from test data

(KT-2358 Drop tuples)
 #KT-2358 In progress
This commit is contained in:
Andrey Breslav
2012-09-18 13:48:20 +04:00
parent dee5152f9b
commit 5eaa5b396b
64 changed files with 172 additions and 330 deletions
@@ -5,4 +5,4 @@ trait Bar
fun <T> foo()
where T : Foo, T : Bar
= #()
= Unit.VALUE
+1 -1
View File
@@ -1,3 +1,3 @@
package test
fun tuple0() = #()
fun tuple0() = Unit.VALUE