JS: move expressions test to box tests
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package foo
|
||||
|
||||
@native
|
||||
var bar: dynamic = noImpl
|
||||
|
||||
@native
|
||||
var arr: dynamic = noImpl
|
||||
|
||||
@native
|
||||
var baz: dynamic = noImpl
|
||||
|
||||
object t {
|
||||
override fun toString() = "object t {}"
|
||||
}
|
||||
|
||||
object n {
|
||||
fun valueOf() = 42
|
||||
}
|
||||
Reference in New Issue
Block a user