blob: 2a261c9dbcb9790b12c4a7f37af920f9e285fc2b [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
;