Why do I get "as of release 9, '_' is a keyword, and may not be used as an identifier" error when using a single underscore variable name?
This happens when compiling Java code with javac version 8.
Why do I get "as of release 9, '_' is a keyword, and may not be used as an identifier" error when using a single underscore variable name?
This happens when compiling Java code with javac version 8.