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