blob: 47c460ff9ea6ff45f31ee58e5ef5d1c932f6b4d5 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Class extends core::Object {
synthetic constructor •() self::Class
: super core::Object::•()
;
external method externalMethod() void;
}
external static method externalMethod() void;
static method main() void {}