Join Slack
Powered by
<https://kotlinlang.slack.com/archives/general/p14...
# announcements
g
grandstaish
02/15/2016, 4:50 AM
https://kotlinlang.slack.com/archives/general/p1455455342000050
Do you have an example of how to reproduce this? I just looked at the generated code for
data class(var a: Int, val b: Int)
and
data class(val a: Int, var b: Int)
and in both cases the constructor params are in the same order as the fields (i.e. using var/val didn’t seem to make a difference)
Open in Slack
Previous
Next