Join Slack
Communities
Powered by
The correct syntax for `class Foo: (key: String) -...
# announcements
e
edwardwongtl
10/04/2017, 8:25 AM
The correct syntax for
class Foo: (key: String) -> String
should be
class Foo: (String) -> String
Open in Slack
Previous
Next