Files
sdk/pkg/front_end/testcases/map.dart.direct.expect
T
Dmitry Stefantsov 47fbe76d03 Avoid patching with redirecting factories in vm-related patches
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>
2018-02-08 14:11:50 +00:00

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>());
}