question: is there a special reason why the java-&...
# intellij
p
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
May be a bug or an omission? Please file an issue.