blob: d1a386cd98d2746bbbe3e0c741353bcf142df1c1 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method main() dynamic {
function localFunction(core::int i) core::int
return i.{core::num::*}(2){(core::num) core::int};
core::List::generate<core::int>(10, (core::int i) core::int => localFunction(i){(core::int) core::int});
}