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