blob: c7b4f2e856aaca511b98a7abb8cbe9f6a127aa94 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class C extends core::Object {
final field core::int value;
field core::String log;
constructor •(core::int value) self::C
;
method clearLog() void
;
operator >(core::num other) dynamic
;
}
static method test1(self::C c) core::String
;
static method main() dynamic
;
static method throws(() void f) dynamic
;