JS: move more test to box tests
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
package foo
|
||||
|
||||
class A() {
|
||||
|
||||
operator fun unaryPlus() = "O"
|
||||
operator fun unaryMinus() = "K"
|
||||
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
var c = A()
|
||||
return +c + -c
|
||||
}
|
||||
Reference in New Issue
Block a user