We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f8b1f commit d4638b5Copy full SHA for d4638b5
tests/unit/src/unit/issues/Issue11560.hx
@@ -10,7 +10,7 @@ private class ParentClass {
10
11
@:keep
12
private class ChildClass extends ParentClass {
13
- var anyVar:String;
+ var anyVar:String = null;
14
}
15
16
class Issue11560 extends Test {
0 commit comments