"$100" leads to method not found "get 100" #11174
Labels
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
web-dart2js
According to a post on misc@dartlang.org, dart2js handles "$100" incorrectly.
It should lead to a parse error, but it's treated as an attempt to call a getter named 100.
The text was updated successfully, but these errors were encountered: