Ack. Is this a bug? ``` val foo = methodReturning...
# announcements
z
Ack. Is this a bug?
Copy code
val foo = methodReturningMapOfPlatformTypeToPlatformType() ?: emptyMap<NonNullType, NonNullType>()
foo
is a map of
NonNullType
to
NonNullType
. I expected a map of
PlatformType
to
PlatformType
because that is the weaker constraint of the two.