I am trying to get some info about a pretty annoyi...
# announcements
s
I am trying to get some info about a pretty annoying Java interrop issue (existing issue for example). Does that ring a bell to anyone? It happens with or without the new type inference. https://kotlinlang.slack.com/archives/C0B8ZTWE4/p1565359547058200
c
This isn't just because the object you're passing in isn't optional?
s
Indeed
But I was not expecting that behavior
This problem is resolved if
Object rootObject
is anotated with
@Nullable
(and it is nullable in practice) so I will go that way I think