mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-9405 Method can be static: handle existing decorators
This commit is contained in:
@@ -91,4 +91,7 @@ public abstract class PyElementGenerator {
|
||||
|
||||
public abstract PyExpressionStatement createDocstring(String content);
|
||||
public abstract PyPassStatement createPassStatement();
|
||||
|
||||
@NotNull
|
||||
public abstract PyDecoratorList createDecoratorList(@NotNull final String... decoratorTexts);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user