JetClassOrObject extends JetElement.
Adapted from https://github.com/develar/kotlin/commit/9ac92f00a163ddf9bb3a6d7a6f4f47578c8c6dfb by develar.
This commit is contained in:
@@ -26,7 +26,7 @@ import java.util.List;
|
|||||||
/**
|
/**
|
||||||
* @author max
|
* @author max
|
||||||
*/
|
*/
|
||||||
public interface JetClassOrObject extends PsiNameIdentifierOwner, JetDeclarationContainer {
|
public interface JetClassOrObject extends PsiNameIdentifierOwner, JetDeclarationContainer, JetElement {
|
||||||
@Nullable
|
@Nullable
|
||||||
JetDelegationSpecifierList getDelegationSpecifierList();
|
JetDelegationSpecifierList getDelegationSpecifierList();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user