blob: 5caf807ed0e27044c8003eb39483e5eb6267ea69 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
import "org-dartlang-testcase:///issue46719.dart" as self;
class A<T extends core::Object? = dynamic> extends core::Object {
constructor •() self::A<self::A::T%>
;
constructor named() self::A<self::A::T%>
;
method m<X extends core::Object? = dynamic>(self::A::m::X% x) core::List<self::A::m::X%>
;
static method n<X extends core::Object? = dynamic>(self::A::n::X% x) core::List<self::A::n::X%>
;
}
extension FunctionApplier on core::Function {
method applyAndPrint = self::FunctionApplier|applyAndPrint;
method tearoff applyAndPrint = self::FunctionApplier|get#applyAndPrint;
}
static method m<X extends core::Object? = dynamic>(self::m::X% x) core::List<self::m::X%>
;
static extension-member method FunctionApplier|applyAndPrint(lowered final core::Function #this, core::List<core::Object?> positionalArguments) → void
;
static extension-member method FunctionApplier|get#applyAndPrint(lowered final core::Function #this) → (core::List<core::Object?>) → void
return (core::List<core::Object?> positionalArguments) void => self::FunctionApplier|applyAndPrint(#this, positionalArguments);
static method test() dynamic
;
static method main() void
;