blob: 02da645773f0f88e9a1ca0af7c02f25e15e0005a [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method strings() core::List<core::String*>* {
core::Iterable<core::String*>* stuff = core::_GrowableList::•<dynamic>(0).{core::Iterable::expand}<core::String*>((dynamic i) core::List<core::String*>* {
return core::_GrowableList::•<core::String*>(0);
}){((dynamic) →* core::Iterable<core::String*>*) →* core::Iterable<core::String*>*};
return stuff.{core::Iterable::toList}(){({growable: core::bool*}) →* core::List<core::String*>*};
}
static method main() dynamic {
self::strings();
}