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

Unified Diff: reflectable/test/mock_tests/check_literal_transform_test.dart

Issue 1236983004: Support metadata for methods and fields in the transformed view. (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: Addressing review. Adding tests for name-clashes. Created 5 years, 5 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 | « reflectable/lib/src/transformer_implementation.dart ('k') | test_reflectable/.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: reflectable/test/mock_tests/check_literal_transform_test.dart
diff --git a/reflectable/test/mock_tests/check_literal_transform_test.dart b/reflectable/test/mock_tests/check_literal_transform_test.dart
index d80f96504371a0c986003de7f0e42562d7fcb08e..9314c5aad6035c5b41089eb223fe955192b5adeb 100644
--- a/reflectable/test/mock_tests/check_literal_transform_test.dart
+++ b/reflectable/test/mock_tests/check_literal_transform_test.dart
@@ -64,7 +64,7 @@ initializeReflectable() {
"reflectable package. Remember to set your package-root to "
"'build/.../packages'.");
}
- r.data = {const MyReflectable(): new r.ReflectorData([new r.ClassMirrorImpl("A", ".A", 0, const MyReflectable(), [0], [], -1, {}, {}, {"": () => new A()}, null)], [new r.MethodMirrorImpl("", 64, 0, const MyReflectable())], [A], {}, {})};
+ r.data = {const MyReflectable(): new r.ReflectorData([new r.ClassMirrorImpl("A", ".A", 0, const MyReflectable(), [0], [], -1, {}, {}, {"": () => new A()}, null)], [new r.MethodMirrorImpl("", 64, 0, const MyReflectable(), null)], [A], {}, {})};
}
"""
}
« no previous file with comments | « reflectable/lib/src/transformer_implementation.dart ('k') | test_reflectable/.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698