Move ir box test under "box/ir"
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Outer(val x: String) {
|
||||
inner class Inner(val y: String) {
|
||||
val z = x + y
|
||||
}
|
||||
}
|
||||
|
||||
fun box() = Outer("O").Inner("K").z
|
||||
Reference in New Issue
Block a user