| OLD | NEW | 
|---|
| 1 // Copyright (c) 2013, the Dart project authors.  Please see the AUTHORS file | 1 // Copyright (c) 2013, the Dart project authors.  Please see the AUTHORS file | 
| 2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a | 
| 3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. | 
| 4 | 4 | 
| 5 // Test that dart2js produces the expected static type warnings for least upper | 5 // Test that dart2js produces the expected static type warnings for least upper | 
| 6 // bound language tests. This ensures that the analyzer and dart2js agrees | 6 // bound language tests. This ensures that the analyzer and dart2js agrees | 
| 7 // on these tests. | 7 // on these tests. | 
| 8 | 8 | 
| 9 import 'warnings_checker.dart'; | 9 import 'warnings_checker.dart'; | 
| 10 | 10 | 
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 44   // Getters. | 44   // Getters. | 
| 45     'co19/src/Language/07_Classes/2_Getters_A05_t01.dart': null, | 45     'co19/src/Language/07_Classes/2_Getters_A05_t01.dart': null, | 
| 46     'co19/src/Language/07_Classes/2_Getters_A05_t02.dart': null, | 46     'co19/src/Language/07_Classes/2_Getters_A05_t02.dart': null, | 
| 47     'co19/src/Language/07_Classes/2_Getters_A05_t03.dart': null, | 47     'co19/src/Language/07_Classes/2_Getters_A05_t03.dart': null, | 
| 48     'co19/src/Language/07_Classes/2_Getters_A05_t04.dart': null, | 48     'co19/src/Language/07_Classes/2_Getters_A05_t04.dart': null, | 
| 49 }; | 49 }; | 
| 50 | 50 | 
| 51 void main() { | 51 void main() { | 
| 52   checkWarnings(TESTS); | 52   checkWarnings(TESTS); | 
| 53 } | 53 } | 
| OLD | NEW | 
|---|