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