blob: b3dc58fd9aea8621ebe1d194a04ab7d291f88e55 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
typedef AAlias = self::A;
typedef TestFunction = () core::int;
typedef Func1 = (core::int) void;
class A extends core::Object {
synthetic constructor •() self::A
;
}
static method testMe() void
;
static method foo() void
;