JetVariableDescriptor is a named declaration
This commit is contained in:
@@ -23,7 +23,7 @@ import org.jetbrains.annotations.Nullable;
|
|||||||
/**
|
/**
|
||||||
* @author abreslav
|
* @author abreslav
|
||||||
*/
|
*/
|
||||||
public interface JetVariableDeclaration extends JetDeclaration, JetWithExpressionInitializer {
|
public interface JetVariableDeclaration extends JetDeclaration, JetWithExpressionInitializer, JetNamedDeclaration {
|
||||||
boolean isVar();
|
boolean isVar();
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
|
|||||||
Reference in New Issue
Block a user