writing java method signatures

All tests pass, but it does not mean nothing is broken.
This commit is contained in:
Stepan Koltsov
2011-12-08 04:31:44 +04:00
parent ec83517f8d
commit 0656f1f0e0
33 changed files with 339 additions and 80 deletions

View File

@@ -1,6 +1,6 @@
class Hello {
public static void xx() {
int x = namespace.f();
String s = namespace.f();
}
}