If I create the following class: `class Foo(bar: S...
# getting-started
s
If I create the following class:
class Foo(bar: String) {... }
does the class Foo have an implied attribute bar or is that only a constructor parameter?