blob: c3c0ebc7183ac79eff272ece8267fea19f178dfc [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C<T extends core::Object> extends core::Object {
final field self::C::T t;
const constructor •(self::C::T t) void
: self::C::t = t, super core::Object::•()
;
}
static method main() dynamic {
dynamic x = const self::C::•<dynamic>(42);
}