bug with delegation from EA

This commit is contained in:
Alex Tkachman
2012-02-22 13:02:48 +02:00
parent c9c81ed70f
commit 18990e2c1b
6 changed files with 164 additions and 109 deletions
@@ -47,6 +47,10 @@ public class ClassGenTest extends CodegenTestCase {
blackBoxFile("classes/inheritance.jet");
}
public void testInheritanceAndDelegation2() throws Exception {
blackBoxFile("classes/delegation2.kt");
}
public void testFunDelegation() throws Exception {
blackBoxFile("classes/funDelegation.jet");
}