blob: 551f480a86b4791fb920c603fb6d332c8afb02e5 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "in_out_in_lib2.dart" as in_;
import "in_out_in_lib1.dart" as in_2;
import "dart:core" as core;
import "org-dartlang-testcase:///in_out_in_lib1.dart";
import "org-dartlang-testcase:///in_out_in_lib2.dart";
class Class extends in_::LegacyClass implements in_2::SuperQ {
synthetic constructor •() self::Class
: super in_::LegacyClass::•()
;
abstract member-signature method method(core::int? i) core::int?; -> in_2::Super::method
abstract member-signature method method2(core::int i, [core::int? j = #C1]) → core::int; -> in_2::SuperQ::method2
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 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
}
class ClassQ extends in_::LegacyClassQ implements in_2::Super {
synthetic constructor •() self::ClassQ
: super in_::LegacyClassQ::•()
;
abstract member-signature method method(core::int i) core::int; -> in_2::SuperQ::method
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 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
}
static method main() dynamic {
new self::Class::•().{self::Class::method2}(0, 0);
}
library /*isNonNullableByDefault*/;
import self as in_2;
import "dart:core" as core;
class Super extends core::Object {
synthetic constructor •() in_2::Super
: super core::Object::•()
;
method method(core::int i) core::int
return i;
method method2(core::int i) core::int
return i;
}
abstract class SuperQ extends core::Object {
synthetic constructor •() in_2::SuperQ
: super core::Object::•()
;
method method(core::int? i) core::int?
return i;
method method2(core::int i, [core::int? j = #C1]) → core::int
return i;
}
library;
import self as in_;
import "in_out_in_lib1.dart" as in_2;
import "dart:core" as core;
import "org-dartlang-testcase:///in_out_in_lib1.dart";
class LegacyClass extends in_2::Super {
synthetic constructor •() in_::LegacyClass*
: super in_2::Super::•()
;
abstract member-signature method method(core::int* i) core::int*; -> in_2::Super::method
abstract member-signature method method2(core::int* i) core::int*; -> in_2::Super::method2
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
}
class LegacyClassQ extends in_2::SuperQ {
synthetic constructor •() in_::LegacyClassQ*
: super in_2::SuperQ::•()
;
abstract member-signature method method(core::int* i) core::int*; -> in_2::SuperQ::method
abstract member-signature method method2(core::int* i, [core::int* j = #C1]) → core::int*; -> in_2::SuperQ::method2
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
}
constants {
#C1 = null
}