blob: 27d3688954ece47c1fa53e8a339591d9d7b111a4 [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 {}
([core::List<core::int*>*]) →* core::Null* optional_closure = ([core::List<core::int*>* x = #C1]) → core::Null* {};
({x: core::List<core::int*>*}) →* core::Null* name_closure = ({core::List<core::int*>* x = #C1}) → core::Null* {};
}
constants {
#C1 = <core::int*>[]
}