Join Slack
Powered by
question: is there a special reason why the java-&...
# intellij
p
Pere Casafont
05/13/2018, 2:09 PM
question: is there a special reason why the java->kotlin converter converts
double x = 0
into
var x = 0.toDouble()
instead of
0.0
?
o
orangy
05/13/2018, 2:18 PM
May be a bug or an omission? Please file an issue.
2
Views
Open in Slack
Previous
Next