mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-15 14:19:47 +00:00
* var is promoted to the main package. * It is no longer an opt-in thing. * bug: var (unlike val) is allowed in old-style for loops, but if you multi-init: for (var i = 0, j="Foo";;), you now get an error that you can't do that. * tests both for the multi-for situation and the new main package variant.
4 lines
87 B
Plaintext
4 lines
87 B
Plaintext
1 The type var is deprecated
|
|
7 The type var is deprecated
|
|
8 The type var is deprecated
|