JS backend: testFiles -> testData
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package foo
|
||||
|
||||
class A() {
|
||||
|
||||
fun div(other: A) = "hooray"
|
||||
|
||||
}
|
||||
|
||||
fun box() = ((A() / A()) == "hooray")
|
||||
Reference in New Issue
Block a user