Open chris-morgan opened 7 years ago
Related to #7.
Example:
foo:matches(*) { }
This should compile to
foo { }
But instead it compiles to
foo* { }
Related to #7.
Example:
This should compile to
But instead it compiles to