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

Unified Diff: pkg/fasta/lib/src/analyzer/mock_element.dart

Issue 2644633004: Updated to kernel changes in master. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | pkg/fasta/lib/src/analyzer/mock_type.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/fasta/lib/src/analyzer/mock_element.dart
diff --git a/pkg/fasta/lib/src/analyzer/mock_element.dart b/pkg/fasta/lib/src/analyzer/mock_element.dart
index 2c4b227fd580ca795ed826be8cdb8fe63e8496e5..a55197bff6615dd26ea82cad57a9d4caf8ced2ce 100644
--- a/pkg/fasta/lib/src/analyzer/mock_element.dart
+++ b/pkg/fasta/lib/src/analyzer/mock_element.dart
@@ -56,7 +56,7 @@ abstract class MockElement implements Element {
int get nameLength => internalError("not supported.");
- int get nameOffset => internalError("not supported.");
+ int get nameOffset => -1;
get unit => internalError("not supported.");
« no previous file with comments | « no previous file | pkg/fasta/lib/src/analyzer/mock_type.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698