Open m-ender opened 11 years ago
Type hints are currently not shown if I use CoffeeScripts sugar for property-assigning arguments:
class MyClass # [String] name setName(@name): ->
Neither does it work if I use # [String] @name. I'm not even sure which one I'd prefer. I guess it would be nice if they were both allowed.
# [String] @name
Type hints are currently not shown if I use CoffeeScripts sugar for property-assigning arguments:
Neither does it work if I use
# [String] @name
. I'm not even sure which one I'd prefer. I guess it would be nice if they were both allowed.