This commit is contained in:
Dmitry Jemerov
2009-09-11 16:24:07 +04:00
parent 8b0e19eb68
commit f3d10757e9
69 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
class X {
public static final String A = "IDEA is the best";
}
interface Y {
}

View File

@@ -0,0 +1,6 @@
class X {
}
interface Y {
String A = "IDEA is the best";
}