This commit is contained in:
anna
2013-12-05 20:29:43 +01:00
parent 7cecc22ed3
commit 022615c0f8
4 changed files with 27 additions and 3 deletions
@@ -0,0 +1,10 @@
class X {
{
String str = "";
foo(str);
}
void foo(String str) {
}
}