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