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

Side by Side Diff: tests/language_strong/classes_static_method_clash_test.dart

Issue 2997723002: Revert "Migrating a block of dart 2:" (Closed)
Patch Set: Created 3 years, 4 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
« no previous file with comments | « tests/language_strong/class_test.dart ('k') | tests/language_strong/closure2_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) 2015, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2015, 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 import "package:expect/expect.dart"; 5 import "package:expect/expect.dart";
6 6
7 // This methods needs a stub method (because it is used in Function.apply, where 7 // This methods needs a stub method (because it is used in Function.apply, where
8 // we can't see all possible uses). 8 // we can't see all possible uses).
9 // The stub-method(s) must not clash with other global names (like classes). 9 // The stub-method(s) must not clash with other global names (like classes).
10 foo({a: 499}) => a; 10 foo({a: 499}) => a;
(...skipping 8147 matching lines...) Expand 10 before | Expand all | Expand 10 after
8158 8158
8159 class CZV {} 8159 class CZV {}
8160 8160
8161 class CZW {} 8161 class CZW {}
8162 8162
8163 class CZX {} 8163 class CZX {}
8164 8164
8165 class CZY {} 8165 class CZY {}
8166 8166
8167 class CZZ {} 8167 class CZZ {}
OLDNEW
« no previous file with comments | « tests/language_strong/class_test.dart ('k') | tests/language_strong/closure2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698