JS: move more test to box tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package foo
|
||||
|
||||
class A() {
|
||||
|
||||
operator fun div(other: A) = "OK"
|
||||
|
||||
}
|
||||
|
||||
fun box() = A() / A()
|
||||
Reference in New Issue
Block a user