blob: 8afecf15622e4d2f2da231f8875f66209bca0a6f [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C extends core::Object {
final field dynamic x;
constructor •(core::int p) self::C
;
}
static method f<T extends core::Object = dynamic>(self::f::T t) self::f::T
;
static method main() dynamic
;