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

Unified Diff: tests/compiler/dart2js/sourcemaps/output_structure.dart

Issue 2510073002: Provide source map info for simple async methods. (Closed)
Patch Set: Created 4 years, 1 month 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/sourcemaps/output_structure.dart
diff --git a/tests/compiler/dart2js/sourcemaps/output_structure.dart b/tests/compiler/dart2js/sourcemaps/output_structure.dart
index 648973a964399ecd4252900c7561e1c8493ef205..21a5bc31f47bd442bbec7617db6e42a0bcb4bec7 100644
--- a/tests/compiler/dart2js/sourcemaps/output_structure.dart
+++ b/tests/compiler/dart2js/sourcemaps/output_structure.dart
@@ -637,11 +637,7 @@ class Interval {
String toString() => '[$from,$to[';
}
-enum CodeKind {
- LIBRARY,
- CLASS,
- MEMBER,
-}
+enum CodeKind { LIBRARY, CLASS, MEMBER, }
class CodeLocation {
final Uri uri;

Powered by Google App Engine
This is Rietveld 408576698