True but it was like, ``` fun getService() = someF...
# intellij
d
True but it was like,
Copy code
fun getService() = someFactoryWrittenInJava.getService()!!
Without the
!!
I get a warning to add it and with the
!!
I get a warning to remove it. I could explicitly specify the return type but it's not the point.
k
Then that's clearly a bug.
d
(sigh). 😫 I can't be arsed to file one.
youtrack 4
l
d