mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
warn about underscore identifier
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
class Test {
|
||||
void <warning descr="Use of '_' as an identifier might not be supported in releases after Java 8">_</warning>(){}
|
||||
}
|
||||
Reference in New Issue
Block a user