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

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

Issue 1473073009: Added `dynamicReflected..Type`, corrected type expressions. (Closed) Base URL: https://github.com/dart-lang/reflectable.git@master
Patch Set: Review response. Created 5 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
« no previous file with comments | « reflectable/lib/transformer.dart ('k') | test_reflectable/pubspec.yaml » ('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 6d0b9b90c4e5a38047d50bea2fd89fa1271297dd..b0e2b0fd2783e2ec8490dc649c18dac29dbf832f 100644
--- a/reflectable/test/mock_tests/check_literal_transform_test.dart
+++ b/reflectable/test/mock_tests/check_literal_transform_test.dart
@@ -84,7 +84,7 @@ final _data = {
const <int>[],
null)
], <m.DeclarationMirror>[
- new r.MethodMirrorImpl(r"", 64, 0, -1, prefix0.A, const <int>[],
+ new r.MethodMirrorImpl(r"", 64, 0, -1, prefix0.A, null, const <int>[],
const prefix0.MyReflectable(), null)
], <m.ParameterMirror>[], const <Type>[
prefix0.A
« no previous file with comments | « reflectable/lib/transformer.dart ('k') | test_reflectable/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698