mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
typo
This commit is contained in:
@@ -173,7 +173,7 @@ public class TypeConversionUtil {
|
||||
}
|
||||
|
||||
if (toType instanceof PsiCapturedWildcardType) {
|
||||
return isNarrowingReferenceConversionAllowed(toType, ((PsiCapturedWildcardType)toType).getWildcard());
|
||||
return isNarrowingReferenceConversionAllowed(fromType, ((PsiCapturedWildcardType)toType).getWildcard());
|
||||
}
|
||||
if (fromType instanceof PsiCapturedWildcardType) {
|
||||
return isNarrowingReferenceConversionAllowed(((PsiCapturedWildcardType)fromType).getWildcard(), toType);
|
||||
|
||||
Reference in New Issue
Block a user