a49217bc3a
Change-Id: I3173d85ffe1d92840458fb28fcf2073bec3899ad Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166241 Reviewed-by: Jens Johansen <jensj@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
13 lines
244 B
Plaintext
13 lines
244 B
Plaintext
library;
|
|
import self as self;
|
|
|
|
import "org-dartlang-testcase:///main_declaration_lib.dart";
|
|
|
|
static method main() → dynamic {}
|
|
|
|
library;
|
|
import self as self2;
|
|
import "dart:core" as core;
|
|
|
|
static method main(core::String* args) → dynamic {}
|