JS: move more test to box tests
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package foo
|
||||
|
||||
class Test() {
|
||||
fun method(): String {
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
var test = Test()
|
||||
return test.method()
|
||||
}
|
||||
Reference in New Issue
Block a user