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: pkg/front_end/test/src/incremental/mock_sdk.dart

Issue 2897003003: Fix various semantic nits that Fasta will detect. (Closed)
Patch Set: Created 3 years, 7 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: pkg/front_end/test/src/incremental/mock_sdk.dart
diff --git a/pkg/front_end/test/src/incremental/mock_sdk.dart b/pkg/front_end/test/src/incremental/mock_sdk.dart
index cf9ec1d4ef920b0fe31b3d496cfe4bc1a4236c04..2e300cc86624a03a683d286dbf549966bb20d887 100644
--- a/pkg/front_end/test/src/incremental/mock_sdk.dart
+++ b/pkg/front_end/test/src/incremental/mock_sdk.dart
@@ -25,7 +25,7 @@ import 'dart:_internal';
import 'dart:async';
class Object {
- const Object() {}
+ const Object();
ahe 2017/05/23 14:44:27 A const constructor can't have a body.
bool operator ==(other) => identical(this, other);
String toString() => 'a string';
int get hashCode => 0;
« no previous file with comments | « no previous file | sdk/lib/_internal/js_runtime/lib/js_helper.dart » ('j') | sdk/lib/_internal/js_runtime/lib/js_helper.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698