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
@@ -0,0 +1,12 @@
import java.util.List;
import java.util.ArrayList;
class ListOfT {
public static void check() {
jet.typeinfo.TypeInfo nobodyCaresAboutTypeinfo = null;
List<String> list = new ArrayList<String>();
List<String> r = namespace.listOfT(nobodyCaresAboutTypeinfo, list);
}
}