blob: acd31eea9a785e43fd32b6ad1cb1d30d7a4e393c [file] [log] [blame]
/**@test /nodynamiccopyright/
* @compile/fail/ref=Test.out -Xplugin:coding_rules -XDrawDiagnostics Test.java
*/
package com.sun.tools.javac;
public class Test {
public static String mutable;
}