blob: 296875b065c206d29c7c37a03c387b4b73dcf84b [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 extension-member method GenericExtension|set#setter<T extends core::Object? = dynamic>(lowered final self::GenericClass<self::GenericExtension|set#setter::T%> #this, self::GenericExtension|set#setter::T? value) → void
;
static method main() dynamic
;
static method error() dynamic
;
static method expect(dynamic expected, dynamic actual) dynamic
;