blob: 560d25c86aaac29162b89027fe6a42385c4eb16f [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method optional_toplevel([core::List<core::int*>* x = #C1]) → void {}
static method named_toplevel({core::List<core::int*>* x = #C1}) → void {}
static method main() dynamic {
function optional_local([core::List<core::int*>* x = #C1]) → void {}
function named_local({core::List<core::int*>* x = #C1}) → void {}
dynamic optional_closure = ([core::List<core::int*>* x = #C1]) → dynamic {};
dynamic name_closure = ({core::List<core::int*>* x = #C1}) → dynamic {};
}
constants {
#C1 = <dynamic>[]
}