blob: f8135d2800a8da3365654b542c7eb3e9cbf323e4 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static field core::List<core::int*>* list = core::_GrowableList::_literal3<core::int*>(1, 2, 3);
static method main() dynamic {
self::list.{core::List::add}(1){(core::int*) →* void};
}