_This issue was originally filed by [rice@google.com](https://github.com/search?q=rice%40google.com&type=Users)_ --- This bug was reported by wijnand.schepens@gmail.com over email. The code: main() { final a = 1; a++; print(a); } prints '2'. Should finals be incrementable?