https://kotlinlang.org logo
#intellij
Title
# intellij
d

Dominaezzz

03/02/2019, 10:44 PM
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

karelpeeters

03/02/2019, 11:01 PM
Then that's clearly a bug.
d

Dominaezzz

03/02/2019, 11:13 PM
(sigh). 😫 I can't be arsed to file one.
youtrack 4
l

louiscad

03/03/2019, 11:51 AM
d

Dominaezzz

03/03/2019, 12:52 PM
3 Views