JetClassOrObject extends JetElement.

Adapted from https://github.com/develar/kotlin/commit/9ac92f00a163ddf9bb3a6d7a6f4f47578c8c6dfb by develar.
This commit is contained in:
Pavel V. Talanov
2012-08-06 16:56:27 +04:00
parent 57e9df053e
commit c07c317268
@@ -26,7 +26,7 @@ import java.util.List;
/**
* @author max
*/
public interface JetClassOrObject extends PsiNameIdentifierOwner, JetDeclarationContainer {
public interface JetClassOrObject extends PsiNameIdentifierOwner, JetDeclarationContainer, JetElement {
@Nullable
JetDelegationSpecifierList getDelegationSpecifierList();