https://kotlinlang.org logo
#feed
Title
# feed
a

Andreas Sinz

07/05/2018, 3:04 PM
Struggling to convert Java code that uses Retrolambda/Java 8, due to type loss.
Wait what?
z

zmarkan

07/05/2018, 3:32 PM
it was a quote we had in there ^^ a bunch of them included the issues that have already been fixed, but people still faced in the past.
disclaimer - I created that survey
e

elect

07/06/2018, 10:00 AM
"Kotlin doesn't let enums contain constants." what does it mean exactly?
b

beholder

07/06/2018, 12:40 PM
It means annotation class body currently must be empty
So you cannot put any
val
there or in companion object
p

Pere Casafont

07/07/2018, 12:34 PM
you can definitely give it vals in its primary constructor...