47fbe76d03
Change-Id: Id45696a38b281b1b75a9a0e26d89216388a4ec19 Reviewed-on: https://dart-review.googlesource.com/39942 Commit-Queue: Dmitry Stefantsov <dmitryas@google.com> Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
library;
|
|
import self as self;
|
|
import "dart:core" as core;
|
|
|
|
static method main() → dynamic {
|
|
core::print(core::Map::•<dynamic, dynamic>());
|
|
}
|