blob: 27a93fe14163dde2b307b88ff6ac8025e62f497c [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
import "issue41210_lib1.dart" as iss;
import "org-dartlang-testcase:///issue41210_lib1.dart";
abstract class _C&Object&A = core::Object with iss::A /*isAnonymousMixin,hasConstConstructor*/ {
const synthetic constructor •() self::_C&Object&A*
: super core::Object::•()
;
abstract member-signature get _identityHashCode() core::int*; -> core::Object::_identityHashCode
abstract member-signature method _instanceOf(dynamic instantiatorTypeArguments, dynamic functionTypeArguments, dynamic type) core::bool*; -> core::Object::_instanceOf
abstract member-signature method _simpleInstanceOf(dynamic type) core::bool*; -> core::Object::_simpleInstanceOf
abstract member-signature method _simpleInstanceOfTrue(dynamic type) core::bool*; -> core::Object::_simpleInstanceOfTrue
abstract member-signature method _simpleInstanceOfFalse(dynamic type) core::bool*; -> core::Object::_simpleInstanceOfFalse
abstract member-signature operator ==(dynamic other) core::bool*; -> core::Object::==
abstract member-signature get hashCode() core::int*; -> core::Object::hashCode
abstract member-signature method toString() core::String*; -> core::Object::toString
abstract member-signature method noSuchMethod(core::Invocation* invocation) dynamic; -> core::Object::noSuchMethod
abstract member-signature get runtimeType() core::Type*; -> core::Object::runtimeType
mixin-super-stub method method({core::String* s = #C1}) → core::String*
return super.{iss::A::method}(s: s);
}
abstract class _C&Object&A&B = self::_C&Object&A with iss::B /*isAnonymousMixin,hasConstConstructor*/ {
const synthetic constructor •() self::_C&Object&A&B*
: super self::_C&Object&A::•()
;
}
class C extends self::_C&Object&A&B {
synthetic constructor •() self::C*
: super self::_C&Object&A&B::•()
;
}
static method main() dynamic {
core::print(new self::C::•().{self::_C&Object&A::method}(){({s: core::String*}) →* core::String*});
}
constants {
#C1 = "hello"
}