Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

dynamic dispatch doesn't handle extensions #142

@jmesserly

Description

@jmesserly

It won't find methods like: list[core.$where]

note, if we fix related issue: #138, then we only need to look for extensions when we get a native Array type. If we get a real Dart subtype, it will have the named method (e.g. where) ... we have similar issues right now with dynamic sends to all String/int/num/double/bool members.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions