Browse Source

add test (closes #4359)

Simon Krajewski 10 years ago
parent
commit
cf099f9c4e
1 changed files with 8 additions and 0 deletions
  1. 8 0
      tests/unit/src/unit/issues/Issue4359.hx

+ 8 - 0
tests/unit/src/unit/issues/Issue4359.hx

@@ -0,0 +1,8 @@
+package unit.issues;
+
+private extern class E {
+	@:require(false) static public inline var x = 1;
+}
+
+
+class Issue4359 extends Test { }