Minor: change a test to be more precise

This commit is contained in:
pyos
2022-10-06 15:23:47 +02:00
committed by teamcity
parent a9ae1fcdf9
commit 3160470201
3 changed files with 11 additions and 11 deletions
@@ -1,7 +1,7 @@
package
public fun expectString(/*0*/ it: kotlin.String): kotlin.Unit
public fun myRun(/*0*/ block: () -> kotlin.Unit): kotlin.Unit
public fun </*0*/ T> take(/*0*/ it: T): kotlin.Unit
public fun Box.test(): kotlin.Unit
public final class Box {