blob: 74ec288354defad214187f871a6c40ad580a4794 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method test() void {
core::List<dynamic>* l = <dynamic>[1, "hello"];
core::List<core::String*>* l2 = l.map((dynamic element) dynamic => element.toString()).toList();
}
static method main() void {}