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
Alexey Belkov [JB]
03/22/2021, 4:45 PM
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?