Änderungen

Summary

  1. Allow short notation for enum constants in comparisons (commit: 5b8f26e) (details)
Commit 5b8f26e0eca2b5988d5eaa617da32bd6d132dcb1 by peter.peq
Allow short notation for enum constants in comparisons
in `x == A` if x has enum type T, then A can be a case in T (no need to
write `T.A`)
closes #825
(commit: 5b8f26e)
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/attributes/AttrNameDef.java (diff)
The file was modifiedde.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/EnumTests.java (diff)