blob: bdf566f00c2aecea18e6407b7a4bb0dad39d6ff3 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class GenericClass<T extends core::Object* = dynamic> extends core::Object {
synthetic constructor •() self::GenericClass<self::GenericClass::T*>*
;
}
extension GenericExtension<T extends core::Object* = dynamic> on self::GenericClass<T*>* {
set setter = self::GenericExtension|set#setter;
}
static method GenericExtension|set#setter<T extends core::Object* = dynamic>(final self::GenericClass<self::GenericExtension|set#setter::T*>* #this, self::GenericExtension|set#setter::T* value) → void
;
static method error() dynamic
;
static method expect(dynamic expected, dynamic actual) dynamic
;