Skip to content

Commit d4638b5

Browse files
SimnkLabz
authored andcommitted
avoid JS test problem
1 parent 30f8b1f commit d4638b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/src/unit/issues/Issue11560.hx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ private class ParentClass {
1010

1111
@:keep
1212
private class ChildClass extends ParentClass {
13-
var anyVar:String;
13+
var anyVar:String = null;
1414
}
1515

1616
class Issue11560 extends Test {

0 commit comments

Comments
 (0)