refactoring: extract ClassBodyCodegen out of ClassCodegen, separate subclasses for interface and implementation

This commit is contained in:
Dmitry Jemerov
2011-05-29 18:40:56 +04:00
parent 9e4567ffc3
commit 17f7ea9292
7 changed files with 508 additions and 418 deletions
@@ -170,7 +170,7 @@ public class JetTestUtils {
}
@Override
public ConstructorDescriptor resolveSuperConstructor(JetDelegatorToSuperCall superCall, ClassCodegen classCodegen) {
public ConstructorDescriptor resolveSuperConstructor(JetDelegatorToSuperCall superCall) {
throw new UnsupportedOperationException(); // TODO
}