Updated test data and stdlib code which dependent on Tuple0/Unit

aliasing.
This commit is contained in:
Evgeny Gerashchenko
2013-03-19 21:49:42 +04:00
parent 8a021abaa5
commit 66e7a0110c
12 changed files with 20 additions and 24 deletions
@@ -1,3 +0,0 @@
package test
fun tuple0() = Unit.VALUE
@@ -1,3 +0,0 @@
package test
internal fun tuple0() : Unit
@@ -0,0 +1,3 @@
package test
fun unit() = Unit.VALUE
@@ -0,0 +1,3 @@
package test
internal fun unit() : Unit