PyTargetExpressionImpl is presentable (PY-36)

This commit is contained in:
Dmitry Jemerov
2008-07-15 17:39:03 +04:00
parent e1db15d9d7
commit f2533d90a7
@@ -37,7 +37,7 @@ import org.jetbrains.annotations.Nullable;
* Time: 22:53:14
* To change this template use File | Settings | File Templates.
*/
public class PyTargetExpressionImpl extends PyBaseElementImpl<PyTargetExpressionStub> implements PyTargetExpression {
public class PyTargetExpressionImpl extends PyPresentableElementImpl<PyTargetExpressionStub> implements PyTargetExpression {
public PyTargetExpressionImpl(ASTNode astNode) {
super(astNode);
}