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