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.
dart core functions treated as dynamic? #2
Closed
Description
This line doesn't seem like it can possibly be right :)
https://github.com/dart-lang/dart-dev-compiler/blob/master/lib/typechecker.dart#L328
if (type.isDynamic || type.isDartCoreFunction) {
record(new DynamicInvoke(_rules, node));
}
Metadata
Metadata
Assignees
Labels
No labels