blob: 2a6192c3973d5d00efeecf22bb4fef8de2d0dffd [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static field core::List<([core::int?]) core::Object> v;
static method f([core::int? x]) core::int
;
static method g([core::int? x]) core::String
;
static method main() dynamic
;