This commit is contained in:
Dmitry Jemerov
2009-09-10 21:12:58 +04:00
parent 5c49d4d458
commit db3e3f17de
11 changed files with 6 additions and 0 deletions
@@ -0,0 +1,10 @@
import org.jetbrains.annotations.NonNls;
public class XXX {
@NonNls
private static final String xxx = "dddddd";
void f() {
String s = xxx;
}
}