Join Slack
Communities
Powered by
So `First` and `Second` are effectively the same: ...
# announcements
m
mplatvoet
02/24/2016, 7:01 PM
So
First
and
Second
are effectively the same:
Copy code
class First(val s:String) class Second(arg:String) { val s :String = arg }
Open in Slack
Previous
Next