-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
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