warn about underscore identifier

This commit is contained in:
Anna Kozlova
2014-04-22 20:02:28 +02:00
parent 72ae579262
commit 9914757d15
5 changed files with 67 additions and 9 deletions
@@ -0,0 +1,3 @@
class Test {
void <warning descr="Use of '_' as an identifier might not be supported in releases after Java 8">_</warning>(){}
}