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

Unified Diff: editor/util/plugins/com.google.dart.java2dart/resources/test_support_include.dart

Issue 16059002: Manual fixes for Dart^2 analyzer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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: editor/util/plugins/com.google.dart.java2dart/resources/test_support_include.dart
diff --git a/editor/util/plugins/com.google.dart.java2dart/resources/test_support_include.dart b/editor/util/plugins/com.google.dart.java2dart/resources/test_support_include.dart
index e9de149a55794a785bd03892d53e9790a1b3aa6d..cebbc3a839c08ad99e32659b46b59422804728c3 100644
--- a/editor/util/plugins/com.google.dart.java2dart/resources/test_support_include.dart
+++ b/editor/util/plugins/com.google.dart.java2dart/resources/test_support_include.dart
@@ -33,6 +33,9 @@ class TestSource implements Source {
Source resolveRelative(Uri uri) {
throw new UnsupportedOperationException();
}
+ UriKind get uriKind {
+ throw new UnsupportedOperationException();
+ }
}
/**

Powered by Google App Engine
This is Rietveld 408576698