Blocks :
|
|
Relates :
|
|
Relates :
|
When the possibility of "_" being removed from the future set of valid identifiers was determined, javac was updated to issue a warning to that effect in JDK 8. Underscore was removed from the set of valid identifiers as of JDK 9. With local variable type inference, the name "var" should be given similar treatment in source versions 9 and earlier.
|