blob: 50c8d6ce91166c4514f40f7ae64b1648c1d1ce38 [file] [log] [blame]
class Test {
void <warning descr="Use of '_' as an identifier might not be supported in releases after Java 8">_</warning>(){}
}