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