mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
IDEA-79715 Groovy: Inspection "There is no default constructor available in class *" must have a quickfix
This commit is contained in:
@@ -127,4 +127,6 @@ public interface JVMElementFactory {
|
||||
|
||||
@NotNull
|
||||
PsiElement createExpressionFromText(@NotNull @NonNls String text, @Nullable PsiElement context) throws IncorrectOperationException;
|
||||
|
||||
PsiElement createReferenceElementByType(PsiClassType type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user