Removing usages of tuples from test data
(KT-2358 Drop tuples) #KT-2358 In progress
This commit is contained in:
@@ -5,4 +5,4 @@ trait Bar
|
||||
|
||||
fun <T> foo()
|
||||
where T : Foo, T : Bar
|
||||
= #()
|
||||
= Unit.VALUE
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
package test
|
||||
|
||||
fun tuple0() = #()
|
||||
fun tuple0() = Unit.VALUE
|
||||
|
||||
Reference in New Issue
Block a user