[Test] Replace public fun box() with fun box() in all box tests

This commit is contained in:
Dmitriy Novozhilov
2021-07-14 15:58:48 +03:00
committed by teamcityserver
parent c168a561df
commit b9c549803d
31 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ public class SomeClass() {
}
}
public fun box(): String {
fun box(): String {
var obj = SomeClass()
return if (obj.status == null) "OK" else {
(obj.status as java.lang.Throwable).printStackTrace()