blob: e3998f446ae8a72de3ea4f46478d6d87cb1bcf55 [file] [log] [blame]
import org.jetbrains.annotations.NonNls;
public class XXX {
@NonNls
private static final String xxx = "dddddd";
void f() {
String s = xxx;
}
}