ExtendJ does not allow final modifier in enhanced for parameter declaration

Issue #155 resolved
Jesper Öqvist created an issue

ExtendJ 8.0.1-94-g5d55e94

ExtendJ does currently not accept the final modifier in an enhanced for parameter declaration:

java int[] ints = {}; for (final int i : ints) { }

Comments (1)

  1. Log in to comment