Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InstanceMirror.delegate does not reflect the result #15889

Closed
DartBot opened this issue Jan 3, 2014 · 2 comments
Closed

InstanceMirror.delegate does not reflect the result #15889

DartBot opened this issue Jan 3, 2014 · 2 comments
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-mirrors

Comments

@DartBot
Copy link

DartBot commented Jan 3, 2014

This issue was originally filed by @seaneagan


The docs claim delegate merely forwards to invoke, so it should similarly return an InstanceMirror which should be specified as its return type. Currently it just returns the raw result (at least in the VM, haven't tested dart2js), and the return type is dynamic.

@lrhn
Copy link
Member

lrhn commented Jan 6, 2014

Added Area-Library, Library-Mirrors, Triaged labels.

@DartBot DartBot added Type-Defect area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-mirrors labels Jan 6, 2014
@rmacnak-google
Copy link
Contributor

Doc fixed in cef08e5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-mirrors
Projects
None yet
Development

No branches or pull requests

4 participants