mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Prevent CCEs
This commit is contained in:
@@ -202,6 +202,7 @@ public class TypeConversionUtil {
|
||||
|
||||
if (isAssignable(fromType, toType)) return true;
|
||||
|
||||
if (!(fromType instanceof PsiClassType) || !(toType instanceof PsiClassType)) return false;
|
||||
PsiClassType fromClassType = (PsiClassType)fromType;
|
||||
PsiClassType toClassType = (PsiClassType)toType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user