@@ -98,17 +98,17 @@ class A extends core::Enum {
98
98
;
99
99
get foo() → core::int
100
100
return this.{core::Enum::index}{core::int};
101
- no-such-method-forwarder get /* from org-dartlang-sdk:///sdk/lib/core/enum.dart */ _name() → core::String
102
- return this.{ core::Object::noSuchMethod}( new core::_InvocationMirror::_withType(#C1, 1, #C2, #C3, core::Map::unmodifiable<core::Symbol*, dynamic>(#C4))){(core::Invocation) → dynamic} as{TypeError,ForDynamic,ForNonNullableByDefault} core::String ;
101
+ no-such-method-forwarder get _name() → core::String
102
+ return throw core::NoSuchMethodError::withInvocation(this, new core::_InvocationMirror::_withType(#C1, 1, #C2, #C3, core::Map::unmodifiable<core::Symbol*, dynamic>(#C4)));
103
103
}
104
104
class B extends core::Object implements core::Enum {
105
105
synthetic constructor •() → self::B
106
106
: super core::Object::•()
107
107
;
108
108
get foo() → core::int
109
109
return this.{core::Enum::index}{core::int};
110
- no-such-method-forwarder get /* from org-dartlang-sdk:///sdk/lib/core/enum.dart */ _name() → core::String
111
- return this.{ core::Object::noSuchMethod}( new core::_InvocationMirror::_withType(#C1, 1, #C2, #C3, core::Map::unmodifiable<core::Symbol*, dynamic>(#C4))){(core::Invocation) → dynamic} as{TypeError,ForDynamic,ForNonNullableByDefault} core::String ;
110
+ no-such-method-forwarder get _name() → core::String
111
+ return throw core::NoSuchMethodError::withInvocation(this, new core::_InvocationMirror::_withType(#C1, 1, #C2, #C3, core::Map::unmodifiable<core::Symbol*, dynamic>(#C4)));
112
112
}
113
113
abstract class EnumInterface extends core::Object implements core::Enum {
114
114
synthetic constructor •() → self::EnumInterface
@@ -121,8 +121,8 @@ class EnumClass extends self::EnumInterface {
121
121
;
122
122
get index() → core::int
123
123
return 0;
124
- no-such-method-forwarder get /* from org-dartlang-sdk:///sdk/lib/core/enum.dart */ _name() → core::String
125
- return this.{ core::Object::noSuchMethod}( new core::_InvocationMirror::_withType(#C1, 1, #C2, #C3, core::Map::unmodifiable<core::Symbol*, dynamic>(#C4))){(core::Invocation) → dynamic} as{TypeError,ForDynamic,ForNonNullableByDefault} core::String ;
124
+ no-such-method-forwarder get _name() → core::String
125
+ return throw core::NoSuchMethodError::withInvocation(this, new core::_InvocationMirror::_withType(#C1, 1, #C2, #C3, core::Map::unmodifiable<core::Symbol*, dynamic>(#C4)));
126
126
}
127
127
abstract class AbstractEnumClass extends self::EnumInterface {
128
128
synthetic constructor •() → self::AbstractEnumClass
@@ -133,8 +133,8 @@ class EnumClass2 extends self::AbstractEnumClass {
133
133
synthetic constructor •() → self::EnumClass2
134
134
: super self::AbstractEnumClass::•()
135
135
;
136
- no-such-method-forwarder get /* from org-dartlang-sdk:///sdk/lib/core/enum.dart */ _name() → core::String
137
- return this.{ core::Object::noSuchMethod}( new core::_InvocationMirror::_withType(#C1, 1, #C2, #C3, core::Map::unmodifiable<core::Symbol*, dynamic>(#C4))){(core::Invocation) → dynamic} as{TypeError,ForDynamic,ForNonNullableByDefault} core::String ;
136
+ no-such-method-forwarder get _name() → core::String
137
+ return throw core::NoSuchMethodError::withInvocation(this, new core::_InvocationMirror::_withType(#C1, 1, #C2, #C3, core::Map::unmodifiable<core::Symbol*, dynamic>(#C4)));
138
138
}
139
139
abstract class EnumMixin extends core::Enum /*isMixinDeclaration*/ {
140
140
}
@@ -152,8 +152,8 @@ class EnumClass3 extends self::AbstractEnumClass2 {
152
152
synthetic constructor •() → self::EnumClass3
153
153
: super self::AbstractEnumClass2::•()
154
154
;
155
- no-such-method-forwarder get /* from org-dartlang-sdk:///sdk/lib/core/enum.dart */ _name() → core::String
156
- return this.{ core::Object::noSuchMethod}( new core::_InvocationMirror::_withType(#C1, 1, #C2, #C3, core::Map::unmodifiable<core::Symbol*, dynamic>(#C4))){(core::Invocation) → dynamic} as{TypeError,ForDynamic,ForNonNullableByDefault} core::String ;
155
+ no-such-method-forwarder get _name() → core::String
156
+ return throw core::NoSuchMethodError::withInvocation(this, new core::_InvocationMirror::_withType(#C1, 1, #C2, #C3, core::Map::unmodifiable<core::Symbol*, dynamic>(#C4)));
157
157
}
158
158
static method main() → dynamic {}
159
159
0 commit comments