Join Slack
Powered by
If I create the following class: `class Foo(bar: S...
# getting-started
s
suthsc
08/11/2016, 5:11 PM
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?
Open in Slack
Previous
Next