blob: c56d12d8c178385f1b160ae2bd1f574767a92957 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method foo() core::int {
core::int x;
return x;
}
static method bar() core::int {}
static method main() dynamic {}