blob: 7e30a9a973362227254ccd589901a319e7653d1a [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C*
;
get x() dynamic
;
set x(dynamic value) void
;
}
static method main() dynamic
;