mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
groovy: don't use argument types when inferring variable type based on the method it's passed to
This commit is contained in:
@@ -174,7 +174,6 @@ public abstract class PsiType implements PsiAnnotationOwner {
|
||||
* @param visitor the visitor to accept the type.
|
||||
* @return the value returned by the visitor.
|
||||
*/
|
||||
@Nullable
|
||||
public abstract <A> A accept(@NotNull PsiTypeVisitor<A> visitor);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user