b460a25459
R=johnniwinther@google.com, scheglov@google.com Review-Url: https://codereview.chromium.org/3009953003 .
10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
library;
|
|
import self as self;
|
|
import "dart:core" as core;
|
|
import "dart:developer" as dev;
|
|
additionalExports = (core::print)
|
|
|
|
static method main() → dynamic {
|
|
core::print(dev::UserTag);
|
|
}
|