| Index: sdk/lib/_internal/compiler/implementation/warnings.dart
 | 
| diff --git a/sdk/lib/_internal/compiler/implementation/warnings.dart b/sdk/lib/_internal/compiler/implementation/warnings.dart
 | 
| index 1f7cfe01ccc18446233e7f2f62525c206856e26f..f414976a27c6ae8d159aaa4dbe532fd91bbbbe61 100644
 | 
| --- a/sdk/lib/_internal/compiler/implementation/warnings.dart
 | 
| +++ b/sdk/lib/_internal/compiler/implementation/warnings.dart
 | 
| @@ -537,7 +537,7 @@ class C<T> {
 | 
|    m(T t) => const C<T>();
 | 
|  }
 | 
|  
 | 
| -void main() => new C().m(null);  
 | 
| +void main() => new C().m(null);
 | 
|  """
 | 
|  ]);
 | 
|  
 | 
| 
 |