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,7 @@
class Test{
public static final String xxx = "xxx";
void foo() {
String s = xxx + "yz";
}
}