blob: bfb23fb9fb5539522f6c03064724bd37a0d44ec6 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
abstract class I1 extends core::Object {
synthetic constructor •() self::I1
;
abstract method foo() void;
}
abstract class I2 extends core::Object {
synthetic constructor •() self::I2
;
abstract method foo() void;
}
class M extends core::Object implements self::I1, self::I2 {
synthetic constructor •() self::M
;
method noSuchMethod(core::Invocation i) dynamic
;
no-such-method-forwarder method foo() void
return this.{self::M::noSuchMethod}(new core::_InvocationMirror::_withType(#foo, 0, const <core::Type*>[], const <dynamic>[], 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:///duplicated_abstract_method.dart:17:7 -> SymbolConstant(#foo)
Evaluated: ListLiteral @ org-dartlang-testcase:///duplicated_abstract_method.dart:17:7 -> ListConstant(const <Type*>[])
Evaluated: ListLiteral @ org-dartlang-testcase:///duplicated_abstract_method.dart:17:7 -> ListConstant(const <dynamic>[])
Evaluated: MapLiteral @ org-dartlang-testcase:///duplicated_abstract_method.dart:17:7 -> MapConstant(const <Symbol*, dynamic>{})
Extra constant evaluation: evaluated: 8, effectively constant: 4