Updated test data and stdlib code which dependent on Tuple0/Unit
aliasing.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user