JS backend: testFiles -> testData
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package foo
|
||||
|
||||
class Test() {
|
||||
fun method(): Boolean {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
fun box(): Boolean {
|
||||
var test = Test()
|
||||
return test.method()
|
||||
}
|
||||
Reference in New Issue
Block a user