[FE 1.0] Process builder inference stub types with different nullability properly
^KT-49887 Fixed
This commit is contained in:
committed by
teamcity
parent
32a80bf38e
commit
b3943f5ab6
@@ -112,7 +112,7 @@ class DefinitelyNotNullType private constructor(
|
||||
}
|
||||
|
||||
|
||||
DefinitelyNotNullType(type.lowerIfFlexible(), useCorrectedNullabilityForTypeParameters)
|
||||
DefinitelyNotNullType(type.lowerIfFlexible().makeNullableAsSpecified(false), useCorrectedNullabilityForTypeParameters)
|
||||
}
|
||||
|
||||
else -> null
|
||||
|
||||
Reference in New Issue
Block a user