IDEA-79715 Groovy: Inspection "There is no default constructor available in class *" must have a quickfix

This commit is contained in:
Maxim.Medvedev
2012-04-25 18:00:55 +04:00
parent e856e8f135
commit ed0afd2ce7
17 changed files with 408 additions and 66 deletions
@@ -127,4 +127,6 @@ public interface JVMElementFactory {
@NotNull
PsiElement createExpressionFromText(@NotNull @NonNls String text, @Nullable PsiElement context) throws IncorrectOperationException;
PsiElement createReferenceElementByType(PsiClassType type);
}