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

Unified Diff: sdk/lib/mirrors/mirrors.dart

Issue 27953002: Refine spec for TypedefMirror.value and for ClosureMirror.findInContext. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/mirrors/mirrors.dart
===================================================================
--- sdk/lib/mirrors/mirrors.dart (revision 30385)
+++ sdk/lib/mirrors/mirrors.dart (working copy)
@@ -875,6 +875,10 @@
abstract class TypedefMirror implements TypeMirror {
/**
* The defining type for this typedef.
+ * If the the type referred to by the reflectee is a function type
+ * *F*, the result will be [:FunctionTypeMirror:] reflecting *F*
+ * which is abstract and has an abstract method [:call:] whose
+ * signature corresponds to *F*.
*
* For instance [:void f(int):] is the referent for [:typedef void f(int):].
*/
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698