mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[groovy] rename parameter (follow up IDEA-CR-11633)
This commit is contained in:
+2
-2
@@ -38,10 +38,10 @@ class GrClosureParameterImpl implements GrClosureParameter {
|
||||
this(parameter, PsiSubstitutor.EMPTY, false);
|
||||
}
|
||||
|
||||
public GrClosureParameterImpl(@NotNull PsiParameter parameter, @NotNull PsiSubstitutor substitutor, boolean type) {
|
||||
public GrClosureParameterImpl(@NotNull PsiParameter parameter, @NotNull PsiSubstitutor substitutor, boolean eraseType) {
|
||||
myParameter = parameter;
|
||||
mySubstitutor = substitutor;
|
||||
myEraseType = type;
|
||||
myEraseType = eraseType;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user