Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: tests/compiler/dart2js/check_members_test.dart

Issue 152593002: Version 1.2.0-dev.3.1 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/dart/
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/compiler/dart2js/analyze_only_test.dart ('k') | tests/compiler/dart2js/members_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/analyze_only_test.dart ('k') | tests/compiler/dart2js/members_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698