blob: 8843f5a5f68b10b86ecd140262f7c8c663633738 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class M extends core::Object {
synthetic constructor •() self::M
;
method noSuchMethod(core::Invocation invocation) dynamic
;
}
class A extends self::M {
synthetic constructor •() self::A
;
no-such-method-forwarder method call(core::String s) void
return this.{self::M::noSuchMethod}(new core::_InvocationMirror::_withType(#call, 0, const <core::Type>[], core::List::unmodifiable<dynamic>(<dynamic>[s]), core::Map::unmodifiable<core::Symbol, dynamic>(const <core::Symbol, dynamic>{}))){(core::Invocation) dynamic};
}
static method main() dynamic
;
Extra constant evaluation status:
Evaluated: SymbolLiteral @ org-dartlang-testcase:///nsm_inherited.dart:13:8 -> SymbolConstant(#call)
Evaluated: ListLiteral @ org-dartlang-testcase:///nsm_inherited.dart:13:8 -> ListConstant(const <Type*>[])
Evaluated: MapLiteral @ org-dartlang-testcase:///nsm_inherited.dart:13:8 -> MapConstant(const <Symbol*, dynamic>{})
Extra constant evaluation: evaluated: 10, effectively constant: 3