dart-sdk/pkg/front_end/testcases/no_such_method_forwarders/nsm_inherited.dart.weak.expect

26 lines
773 B
Plaintext
Raw Normal View History

library;
import self as self;
import "dart:core" as core;
class M extends core::Object {
synthetic constructor •() → self::M
: super core::Object::•()
;
method noSuchMethod(core::Invocation invocation) → dynamic
return null;
}
class A extends self::M {
synthetic constructor •() → self::A
: super self::M::•()
;
no-such-method-forwarder method call(core::String s) → void
return this.{self::M::noSuchMethod}(new core::_InvocationMirror::_withType(#C1, 0, #C2, core::List::unmodifiable<dynamic>(<dynamic>[s]), core::Map::unmodifiable<core::Symbol*, dynamic>(#C3))){(core::Invocation) → dynamic};
}
static method main() → dynamic {}
Reland "[dart] Enable constant-update-2018" This reverts commit 83d2aaa072e52769f1cd3523899d639fd2f8d5e8. Reason for revert: Want to reenable const-update-2018 by default. Original change's description: > Revert "[dart] Enable constant-update-2018" > > This reverts commit 9bbd3192f44f43e3d3091bb03c0e52a28051daf3. > > Reason for revert: Reverting enabling of constant-update-2018 by default as some blocking issues were found that are breaking Flutter and preventing rolls of Dart into Flutter. Once the blocking issues are addressed and fixed this CL will be relanded. > > Original change's description: > > [dart] Enable constant-update-2018 > > > > Change-Id: Ib3942b4f6e336a02826305d9f81839333a5464a0 > > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106943 > > Reviewed-by: Vyacheslav Egorov <vegorov@google.com> > > Commit-Queue: Vyacheslav Egorov <vegorov@google.com> > > TBR=paulberry@google.com,vegorov@google.com,athom@google.com,vsm@google.com,aadilmaan@google.com > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Change-Id: I5796881412cec464f450ff3894ca253c58edc4a2 > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/109308 > Reviewed-by: Siva Annamalai <asiva@google.com> > Reviewed-by: Vijay Menon <vsm@google.com> TBR=paulberry@google.com,vegorov@google.com,athom@google.com,vsm@google.com,asiva@google.com,aadilmaan@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I06fbeef318706074c0efcfd42b459bf37c3c92e7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/109661 Reviewed-by: Siva Annamalai <asiva@google.com> Reviewed-by: Paul Berry <paulberry@google.com>
2019-07-25 16:58:49 +00:00
constants {
#C1 = #call
#C2 = <core::Type*>[]
#C3 = <core::Symbol*, dynamic>{}
Reland "[dart] Enable constant-update-2018" This reverts commit 83d2aaa072e52769f1cd3523899d639fd2f8d5e8. Reason for revert: Want to reenable const-update-2018 by default. Original change's description: > Revert "[dart] Enable constant-update-2018" > > This reverts commit 9bbd3192f44f43e3d3091bb03c0e52a28051daf3. > > Reason for revert: Reverting enabling of constant-update-2018 by default as some blocking issues were found that are breaking Flutter and preventing rolls of Dart into Flutter. Once the blocking issues are addressed and fixed this CL will be relanded. > > Original change's description: > > [dart] Enable constant-update-2018 > > > > Change-Id: Ib3942b4f6e336a02826305d9f81839333a5464a0 > > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106943 > > Reviewed-by: Vyacheslav Egorov <vegorov@google.com> > > Commit-Queue: Vyacheslav Egorov <vegorov@google.com> > > TBR=paulberry@google.com,vegorov@google.com,athom@google.com,vsm@google.com,aadilmaan@google.com > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Change-Id: I5796881412cec464f450ff3894ca253c58edc4a2 > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/109308 > Reviewed-by: Siva Annamalai <asiva@google.com> > Reviewed-by: Vijay Menon <vsm@google.com> TBR=paulberry@google.com,vegorov@google.com,athom@google.com,vsm@google.com,asiva@google.com,aadilmaan@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I06fbeef318706074c0efcfd42b459bf37c3c92e7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/109661 Reviewed-by: Siva Annamalai <asiva@google.com> Reviewed-by: Paul Berry <paulberry@google.com>
2019-07-25 16:58:49 +00:00
}