add test files
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package foo
|
||||
|
||||
class A() {
|
||||
|
||||
fun plus() = "hooray"
|
||||
fun minus() = "not really"
|
||||
|
||||
}
|
||||
|
||||
fun box() : Boolean {
|
||||
var c = A()
|
||||
return (+c + -c == "hooraynot really")
|
||||
}
|
||||
Reference in New Issue
Block a user