mirror of
https://github.com/google/flatbuffers.git
synced 2026-08-04 09:04:02 +00:00
f7b734438d
The MyGame/Example/LongEnum.java class did not compile because Java expects an "L" suffix for literals of type long. This CL fixes the code generation to include such a suffix. Co-authored-by: Dominic Battre <battre@chromium.org>