Move ir box test under "box/ir"
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
object Test {
|
||||
val ok = "OK"
|
||||
}
|
||||
|
||||
fun box(): String =
|
||||
Test.ok
|
||||
Reference in New Issue
Block a user