blob: 8e16068b7819096e14840d44f1b3cc6030b3c867 [file] [log] [blame]
class Test {
public static void main(String[] args) {
int <error descr="Variable 'k' is never used">k</error> = 0;
}
}