12f510fbd1
Change-Id: Iab73f25a19fe8718cb68327fef5878d25b735030 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/188523 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Mayank Patke <fishythefish@google.com>
8 lines
241 B
Plaintext
8 lines
241 B
Plaintext
library /*isNonNullableByDefault*/;
|
|
import self as self;
|
|
import "dart:core" as core;
|
|
|
|
static method main() → dynamic {
|
|
core::List::generate<core::int>(10, (core::int i) → core::int => i.{core::num::*}(2){(core::num) → core::int});
|
|
}
|