blob: 07898dc468c31e89b1db5dd9a348beb84ccb8b05 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Foo extends core::Object {
field self::Bar _field;
synthetic constructor •() self::Foo
;
}
class Bar extends core::Object {
synthetic constructor •() self::Bar
;
}
static method useCallback(dynamic callback) dynamic
;
static method main() dynamic
;