Unit.VALUE -> Unit in testData
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
fun test() {
|
||||
class Test()
|
||||
|
||||
fun Test.invoke(): Unit = Unit.VALUE
|
||||
fun Test.invoke(): Unit = Unit
|
||||
|
||||
val test = Test()
|
||||
test.i<caret>nvoke()
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
fun test() {
|
||||
class Test()
|
||||
|
||||
fun Test.invoke(): Unit = Unit.VALUE
|
||||
fun Test.invoke(): Unit = Unit
|
||||
|
||||
val test = Test()
|
||||
test()
|
||||
|
||||
Reference in New Issue
Block a user