JS backend: testFiles -> testData
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package foo
|
||||
|
||||
fun box(): String {
|
||||
var number = 3
|
||||
return ("my age is $number");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user