dart-sdk/tests/isolate/spawn_uri_exported_main.dart
iposva@google.com fc044a7294 Fix http://dartbug.com/22115
- Make sure to lookup main in re-exported namespaces too.

R=asiva@google.com

Review URL: https://codereview.chromium.org//864233003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43078 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-22 21:28:27 +00:00

6 lines
111 B
Dart

export "spawn_uri_exported_main_lib.dart";
maine() {
print("This is not the maine you are looking for.");
}