Supertypes are always not null
This commit is contained in:
+1
-1
@@ -239,7 +239,7 @@ class LazyJavaTypeResolver(
|
|||||||
if (isConstructorTypeParameter())
|
if (isConstructorTypeParameter())
|
||||||
getConstructorTypeParameterSubstitute().isNullable()
|
getConstructorTypeParameterSubstitute().isNullable()
|
||||||
else
|
else
|
||||||
attr.howThisTypeIsUsed !in setOf(TYPE_ARGUMENT, UPPER_BOUND, SUPERTYPE_ARGUMENT)
|
attr.howThisTypeIsUsed !in setOf(TYPE_ARGUMENT, UPPER_BOUND, SUPERTYPE_ARGUMENT, SUPERTYPE)
|
||||||
}
|
}
|
||||||
else -> true
|
else -> true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user