JET-76 Support object declarations

JET-62 Support object-expressions
No tests yet
This commit is contained in:
Andrey Breslav
2011-06-02 20:56:01 +04:00
parent efd417e043
commit ed16a29a5f
14 changed files with 261 additions and 46 deletions
@@ -94,7 +94,7 @@ public class JetTestUtils {
}
@Override
public ClassDescriptor getClassDescriptor(JetClass declaration) {
public ClassDescriptor getClassDescriptor(JetClassOrObject declaration) {
throw new UnsupportedOperationException(); // TODO
}