f85480b4dd
Change-Id: Ib7af386876d831e84ca97c42bbe3084c96fcc114 Reviewed-on: https://dart-review.googlesource.com/49906 Commit-Queue: Samir Jindel <sjindel@google.com> Reviewed-by: Peter von der Ahé <ahe@google.com>
9 lines
729 B
Plaintext
9 lines
729 B
Plaintext
Errors: {
|
|
Getter not found: 'y'. (@16)
|
|
Getter not found: 'x'. (@12)
|
|
}
|
|
static method /* from org-dartlang-debug:synthetic_debug_expression */ debugExpr() → dynamic
|
|
return () → dynamic {
|
|
return (throw new dart.core::NoSuchMethodError::withInvocation(null, new dart.core::_InvocationMirror::_withType(#x, 33, const <dart.core::Type>[], const <dynamic>[], dart.core::Map::unmodifiable<dart.core::Symbol, dynamic>(const <dart.core::Symbol, dynamic>{})))).+(throw new dart.core::NoSuchMethodError::withInvocation(null, new dart.core::_InvocationMirror::_withType(#y, 33, const <dart.core::Type>[], const <dynamic>[], dart.core::Map::unmodifiable<dart.core::Symbol, dynamic>(const <dart.core::Symbol, dynamic>{}))));
|
|
};
|