mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
[java] since Java 9, underscore identifiers are completely prohibited (IDEA-132278)
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
class Undescore {
|
||||
void <error descr="As of Java 9, '_' is a keyword, and may not be used as an identifier">_</error>() { }
|
||||
}
|
||||
Reference in New Issue
Block a user