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

Unified Diff: tests/compiler/dart2js_extra/source_mapping_crash_source.dart

Issue 10991035: Fix invalid location in inline super constructor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: tests/compiler/dart2js_extra/source_mapping_crash_source.dart
diff --git a/tests/compiler/dart2js_extra/inline_position_crash_source.dart b/tests/compiler/dart2js_extra/source_mapping_crash_source.dart
similarity index 97%
copy from tests/compiler/dart2js_extra/inline_position_crash_source.dart
copy to tests/compiler/dart2js_extra/source_mapping_crash_source.dart
index 64d03cee0b7df5101544659324d892ad9ba68427..825360f25dbbe87a3bd056cf271dfcd1f78bb7d5 100644
--- a/tests/compiler/dart2js_extra/inline_position_crash_source.dart
+++ b/tests/compiler/dart2js_extra/source_mapping_crash_source.dart
@@ -4,7 +4,7 @@
/*******************************************************************************
* Long comment to make positions in this file exceed those in
- * 'inline_position_crash_source.dart'.
+ * 'source_mapping_crash_test.dart'.
*******************************************************************************
*******************************************************************************
*******************************************************************************
@@ -49,6 +49,6 @@
*******************************************************************************
*/
class Super {
- final fisk;
- Super() : fisk = (() => null);
+ final sb = new StringBuffer();
+ Super(var y);
}
« no previous file with comments | « lib/compiler/implementation/ssa/builder.dart ('k') | tests/compiler/dart2js_extra/source_mapping_crash_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698