Skip to content

type 'Dynamic' is not loaded #106

@DartBot

Description

@DartBot

This issue was originally filed by [email protected]


When I type in the simple example from dartlang.org:

main()
{
    Map<String, Dynamic> m = {
    'one': "ett"
    };
}

When I run dart, dartc or dart_bin from the command line I get the error message "type 'Dynamic' is not loaded". What am I doing wrong?

I have build dart and the vm from the most current source on my Mac running Leopard.

/Bengt
ps
  I have not found any way of telling what version or revision I'm running.
ds

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions