We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adc472 commit c785a1eCopy full SHA for c785a1e
modules/angular2/src/core/reflection/types.dart
@@ -1,5 +1,5 @@
1
library reflection.types;
2
3
-typedef SetterFn(Object obj, value);
4
-typedef GetterFn(Object obj);
5
-typedef MethodFn(Object obj, List args);
+typedef SetterFn(obj, value);
+typedef GetterFn(obj);
+typedef MethodFn(obj, List args);
0 commit comments