The correct syntax for `class Foo: (key: String) -...
# announcements
e
The correct syntax for
class Foo: (key: String) -> String
should be
class Foo: (String) -> String