| Index: lib/compiler/implementation/scanner/listener.dart
|
| diff --git a/lib/compiler/implementation/scanner/listener.dart b/lib/compiler/implementation/scanner/listener.dart
|
| index bc1d74c821dbd86ec76d407733952cca394d1ecd..28239caaa5a0ba542cd3a453a6022b623bf82083 100644
|
| --- a/lib/compiler/implementation/scanner/listener.dart
|
| +++ b/lib/compiler/implementation/scanner/listener.dart
|
| @@ -1414,7 +1414,7 @@ class NodeListener extends ElementListener {
|
| name = new Send(popNode(), name);
|
| }
|
| handleModifier(startKeyword);
|
| - if (startKeyword.stringValue == 'external') {
|
| + if (startKeyword.stringValue === 'external') {
|
| handleModifier(startKeyword.next);
|
| handleModifiers(2);
|
| } else {
|
|
|