blob: 8713cd2366f8f9f6df8547d3cb9af1df9b7816ef [file] [log] [blame]
import "foo.dart";
void main() {
Foo foo = new Foo();
print(foo);
}