JET-76 Support object declarations
JET-62 Support object-expressions No tests yet
This commit is contained in:
@@ -94,7 +94,7 @@ public class JetTestUtils {
|
||||
}
|
||||
|
||||
@Override
|
||||
public ClassDescriptor getClassDescriptor(JetClass declaration) {
|
||||
public ClassDescriptor getClassDescriptor(JetClassOrObject declaration) {
|
||||
throw new UnsupportedOperationException(); // TODO
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user