TypeInfo based on projections instead of other TypeInfo's

This commit is contained in:
Alex Tkachman
2011-09-05 20:12:12 +02:00
parent 234eafb0c1
commit 93a422ae0a
9 changed files with 208 additions and 50 deletions
@@ -47,6 +47,12 @@ public class PatternMatchingTest extends CodegenTestCase {
assertEquals("something", foo.invoke(null, 19));
}
public void testIs() throws Exception {
loadFile();
blackBox();
System.out.println(generateToText());
}
public void testRange() throws Exception {
loadFile();
System.out.println(generateToText());