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

Unified Diff: test/reserved_names_test.dart

Issue 66383002: Update Dart protoc plugin to latest SDK (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: Created 7 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
« pubspec.yaml ('K') | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/reserved_names_test.dart
diff --git a/test/reserved_names_test.dart b/test/reserved_names_test.dart
index fbb66be318749253dda0bc4b457824fd470e3cf6..5a2c046d4de9925433f21ed21c6495d8534b76a9 100755
--- a/test/reserved_names_test.dart
+++ b/test/reserved_names_test.dart
@@ -16,7 +16,7 @@ import 'test_util.dart';
void main() {
test('testReservedNamesList', () {
Set<String> names = new Set<String>();
- fillConflictingNames(ClassMirror cls) {
+ fillConflictingNames(mirrors.ClassMirror cls) {
String className = mirrors.MirrorSystem.getName(cls.simpleName);
names.addAll(
cls
« pubspec.yaml ('K') | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698