瀏覽代碼

[java] Type.createInstance with anonymous structure (fixes #7233)

Andreas 7 年之前
父節點
當前提交
13be4e409d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/unit/src/unit/issues/Issue7233.hx

+ 1 - 1
tests/unit/src/unit/issues/Issue7233.hx

@@ -10,7 +10,7 @@ class Issue7233 extends unit.Test {
 }
 
 private class TestClass {
-    var name : String;
+    public var name : String;
 
     public function new(data) {
         this.name = data.name;