blob: 309ed7cdd6c1a7df3705d0eb4c2e40624f01949a [file]
library;
import self as self;
import "dart:core" as core;
static method main() → void {
core::print(core::List::generate<core::List<core::int>>(10, (core::int i) → core::List<core::int> => core::List::generate<core::int>(i, (core::int i) → core::int => i.{core::num::+}(1){(core::num) → core::int})));
}