groovy: don't use argument types when inferring variable type based on the method it's passed to

This commit is contained in:
peter
2012-08-31 16:37:57 +02:00
parent d1c81adf04
commit 7ad32d0ee1
3 changed files with 89 additions and 32 deletions
@@ -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);
/**