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

Unified Diff: dart/frog/leg/scanner/keyword.dart

Issue 9689045: Library privacy. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 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 | « dart/frog/leg/native_handler.dart ('k') | dart/frog/leg/scanner/string_scanner.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/leg/scanner/keyword.dart
diff --git a/dart/frog/leg/scanner/keyword.dart b/dart/frog/leg/scanner/keyword.dart
index fb55e0c8a027bf393fd07f185cf0cfd122d25a06..e9ddcd55250752a92b9d53f77ded5d1113e65c40 100644
--- a/dart/frog/leg/scanner/keyword.dart
+++ b/dart/frog/leg/scanner/keyword.dart
@@ -140,6 +140,7 @@ class Keyword implements SourceString {
String get stringValue() => syntax;
bool isEmpty() => false;
+ bool isPrivate() => false;
}
/**
« no previous file with comments | « dart/frog/leg/native_handler.dart ('k') | dart/frog/leg/scanner/string_scanner.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698