I'm using the Atom IDE in combination with the [dartlang](https://github.com/dart-atom/dartlang) plugin, and the following code doesn't throw any alert: ``` dart String test = 100 ?? 'another string'; ``` Related issue: https://github.com/dart-atom/dartlang/issues/1065