[Test] Replace public fun box() with fun box() in all box tests
This commit is contained in:
committed by
teamcityserver
parent
c168a561df
commit
b9c549803d
+1
-1
@@ -2,7 +2,7 @@
|
||||
// WASM_MUTE_REASON: STDLIB_COLLECTIONS
|
||||
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
fun box () : String {
|
||||
fun box() : String {
|
||||
val s = ArrayList<String>()
|
||||
s.add("foo")
|
||||
s[0] += "bar"
|
||||
|
||||
Reference in New Issue
Block a user