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

Side by Side Diff: tests/compiler/dart2js_extra/source_mapping_crash_source.dart

Issue 21074002: Remove support for missing part-of tag. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased and updated cf. comment. Created 7 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, 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 part of source_mapping_crash_test;
6
5 /******************************************************************************* 7 /*******************************************************************************
6 * Long comment to make positions in this file exceed those in 8 * Long comment to make positions in this file exceed those in
7 * 'source_mapping_crash_test.dart'. 9 * 'source_mapping_crash_test.dart'.
8 ******************************************************************************* 10 *******************************************************************************
9 ******************************************************************************* 11 *******************************************************************************
10 ******************************************************************************* 12 *******************************************************************************
11 ******************************************************************************* 13 *******************************************************************************
12 ******************************************************************************* 14 *******************************************************************************
13 ******************************************************************************* 15 *******************************************************************************
14 ******************************************************************************* 16 *******************************************************************************
(...skipping 30 matching lines...) Expand all
45 ******************************************************************************* 47 *******************************************************************************
46 ******************************************************************************* 48 *******************************************************************************
47 ******************************************************************************* 49 *******************************************************************************
48 ******************************************************************************* 50 *******************************************************************************
49 ******************************************************************************* 51 *******************************************************************************
50 */ 52 */
51 class Super { 53 class Super {
52 final sb = new StringBuffer(); 54 final sb = new StringBuffer();
53 Super(var y); 55 Super(var y);
54 } 56 }
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/inline_position_crash_test.dart ('k') | tests/language/library_juxtaposition_part.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698