assorted fixes to handle boxing correctly when calling generic methods/properties; rename getUnsubstitutedValueParameters/ReturnType to getValueParameters/ReturnType

This commit is contained in:
Dmitry Jemerov
2011-06-30 16:48:13 +02:00
parent f7a04097bb
commit 8a1b9933e4
22 changed files with 79 additions and 65 deletions
@@ -103,4 +103,8 @@ public class ClassGenTest extends CodegenTestCase {
public void testExceptionConstructor() throws Exception {
blackBoxFile("classes/exceptionConstructor.jet");
}
public void testSimpleBox() throws Exception {
blackBoxFile("classes/simpleBox.jet");
}
}