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