Chromium Code Reviews| Index: pkg/front_end/lib/src/fasta/operator.dart |
| diff --git a/pkg/front_end/lib/src/fasta/operator.dart b/pkg/front_end/lib/src/fasta/operator.dart |
| index e6f4b23c576e4a9a5ccc36495e4411f60b2f5a3c..d32e35de63582d1287bf9f50d746898a7daaaca9 100644 |
| --- a/pkg/front_end/lib/src/fasta/operator.dart |
| +++ b/pkg/front_end/lib/src/fasta/operator.dart |
| @@ -77,4 +77,5 @@ String operatorToString(Operator operator) { |
| case Operator.truncatingDivide: return "~/"; |
| case Operator.unaryMinus: return "unary-"; |
| } |
| + return null; |
|
ahe
2017/02/15 22:16:06
Why is this necessary?
|
| } |