[Test] Replace public fun box() with fun box() in all box tests
This commit is contained in:
committed by
teamcityserver
parent
c168a561df
commit
b9c549803d
@@ -13,7 +13,7 @@ inline fun inlineFun(p: () -> Unit) {
|
||||
|
||||
import test.*
|
||||
|
||||
public fun box(): String {
|
||||
fun box(): String {
|
||||
var z = "fail"
|
||||
inlineFun {
|
||||
val obj = object {
|
||||
|
||||
Reference in New Issue
Block a user