blob: cd8f266175f5d33656e113d33389e9cf9fa8863e [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class A<T extends self::A<self::A::T> = self::A<dynamic>> extends core::Object {
synthetic constructor •() self::A<self::A::T>
: super core::Object::•()
;
}
static field self::A<self::A<dynamic>> a = throw "";
static method main() dynamic {}