Join Slack
Powered by
Also you don't need separate `val`s for that class...
# getting-started
k
karelpeeters
05/16/2019, 2:11 PM
Also you don't need separate `val`s for that class:
class Source(val x: Int, val y: Int)
is exactly the same.
Open in Slack
Previous
Next