Unit.VALUE -> Unit in testData
This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@ trait Bar
|
||||
|
||||
fun <T> foo(): Unit
|
||||
where T : Foo, T : Bar
|
||||
= Unit.VALUE
|
||||
= Unit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
fun unit() = Unit.VALUE
|
||||
fun unit() = Unit
|
||||
|
||||
Reference in New Issue
Block a user