So `First` and `Second` are effectively the same: ...
# announcements
m
So
First
and
Second
are effectively the same:
Copy code
class First(val s:String)

class Second(arg:String) {
    val s :String = arg
}