| Index: lib/src/info.dart
|
| diff --git a/lib/src/info.dart b/lib/src/info.dart
|
| index a154cf9219ef3518292d939ca17b9a5b8d39e0c8..03c158764415017e97807b8556376fc4e9b63b0f 100644
|
| --- a/lib/src/info.dart
|
| +++ b/lib/src/info.dart
|
| @@ -359,7 +359,6 @@ class InferredType extends InferredTypeBase {
|
| // Factory to create correct InferredType variant.
|
| static InferredTypeBase create(
|
| TypeRules rules, Expression expression, DartType type) {
|
| -
|
| // Specialized inference:
|
| if (expression is Literal) {
|
| return new InferredTypeLiteral(rules, expression, type);
|
|
|