blob: b1b05a2c8d99598b15f6c581ff9a8ced43bf5245 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method optional_toplevel([core::List<core::int*>* x]) void
;
static method named_toplevel({core::List<core::int*>* x}) void
;
static method main() dynamic
;