`class Foo(val x: Int)` has a property `x`, but `c...
# announcements
s
class Foo(val x: Int)
has a property
x
, but
class Bar(x: Int)
does not