KJS: remove PackageTest.java and move actual files to box/
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package foo1.foo2.foo3.foo5.foo6.foo7.foo8
|
||||
|
||||
fun box() = A().doBox()
|
||||
|
||||
class A() {
|
||||
fun doBox() = "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user