Hello. I noticed that if I try to create a new obj...
# announcements
m
Hello. I noticed that if I try to create a new object of an inner class with a null safe call I get an exception but if I do that using the
let()
function it works fine even though the IDE is complaining about it. Is this intended behavior?
a
Most likely this is a false positive diagnostic/inspection. Can you please create a bug report in https://youtrack.jetbrains.com/issues/KTIJ with sample code to reproduce in text form?
m
It seems like it already exists in YouTrack: https://youtrack.jetbrains.com/issue/KT-31994
👍 1