JetVariableDescriptor is a named declaration

This commit is contained in:
Andrey Breslav
2012-08-17 19:28:29 +04:00
parent 68fffccf99
commit 06e3815110
@@ -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