fix for for KT-259
This commit is contained in:
@@ -49,7 +49,7 @@ public class TypeInfo<T> implements JetObject {
|
||||
if (!theClass.isAssignableFrom(other.theClass)) {
|
||||
return false;
|
||||
}
|
||||
if (nullable && !other.nullable) {
|
||||
if (!nullable && other.nullable) {
|
||||
return false;
|
||||
}
|
||||
if (typeParameters != null) {
|
||||
|
||||
Reference in New Issue
Block a user