Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Verifies that synthetic nodes don't get lints. | |
| 2 // `XXX` below is synthetic | |
|
Brian Wilkerson
2016/03/01 21:26:54
That can't be true because synthetic tokens are al
pquitslund
2016/03/01 21:30:01
You're right! I just figured that out myself (see
| |
| 3 // See: https://github.com/dart-lang/linter/issues/193 | |
| 4 void main() { } | |
| 5 XXX | |
| OLD | NEW |