blob: 11ba2e6eb279f941266fd200aa58f20bb8c4d5a3 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
abstract class A extends core::Object {
field core::int foo;
synthetic constructor •() self::A
;
}
class B extends core::Object implements self::A {
synthetic constructor •() self::B
;
method noSuchMethod(core::Invocation i) dynamic
;
no-such-method-forwarder get foo() core::int
return this.{self::B::noSuchMethod}(new core::_InvocationMirror::_withType(#foo, 1, const <core::Type>[], const <dynamic>[], core::Map::unmodifiable<core::Symbol, dynamic>(const <core::Symbol, dynamic>{}))) as{TypeError} core::int;
no-such-method-forwarder set foo(core::int value) void
return this.{self::B::noSuchMethod}(new core::_InvocationMirror::_withType(#foo=, 2, const <core::Type>[], core::List::unmodifiable<dynamic>(<dynamic>[value]), core::Map::unmodifiable<core::Symbol, dynamic>(const <core::Symbol, dynamic>{})));
}
abstract class _C&Object&B = core::Object with self::B {
const synthetic constructor •() self::_C&Object&B
: super core::Object::•()
;
}
class C extends self::_C&Object&B {
synthetic constructor •() self::C
;
get foo() core::int
;
set foo(core::int value) void
;
}
static field core::int count;
static method main() dynamic
;