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

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

Issue 1168393003: Enforce LF line endings in the git database. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: rebase Created 5 years, 6 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
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, 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 'dart:async'; 5 import 'dart:async';
6 import 'package:async_helper/async_helper.dart'; 6 import 'package:async_helper/async_helper.dart';
7 import 'compiler_helper.dart'; 7 import 'compiler_helper.dart';
8 import 'package:compiler/src/resolution/class_members.dart' 8 import 'package:compiler/src/resolution/class_members.dart'
9 show MembersCreator; 9 show MembersCreator;
10 10
(...skipping 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after
1537 class A { 1537 class A {
1538 noSuchMethod(_) => null; 1538 noSuchMethod(_) => null;
1539 method(); // testNoSuchMethod:13 1539 method(); // testNoSuchMethod:13
1540 } 1540 }
1541 class Class extends A { 1541 class Class extends A {
1542 } 1542 }
1543 """, warnings: MessageKind.UNIMPLEMENTED_METHOD_ONE, 1543 """, warnings: MessageKind.UNIMPLEMENTED_METHOD_ONE,
1544 infos: MessageKind.UNIMPLEMENTED_METHOD_CONT), 1544 infos: MessageKind.UNIMPLEMENTED_METHOD_CONT),
1545 ]); 1545 ]);
1546 } 1546 }
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/mixin_typevariable_test.dart ('k') | tests/compiler/dart2js/proxy_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698