mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PyTargetExpressionImpl is presentable (PY-36)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user