Unit.VALUE -> Unit in testData
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
fun foo() {}
|
||||
|
||||
fun box(): String {
|
||||
return if (foo() == Unit.VALUE) "OK" else "Fail"
|
||||
return if (foo() == Unit) "OK" else "Fail"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user