4bf22f41f3
Change-Id: Ideee9917b2e5b819672c7e441d051f9bc57c86c6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/366342 Reviewed-by: Jens Johansen <jensj@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
19 lines
267 B
Plaintext
19 lines
267 B
Plaintext
library;
|
|
import self as self;
|
|
import "dart:core" as core;
|
|
|
|
static method method(Never n) → dynamic {
|
|
#L1:
|
|
{
|
|
final synthesized Never #0#0 = n;
|
|
{
|
|
if(#0#0 =={core::Object::==}{(dynamic) → Never} #C1) {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
constants {
|
|
#C1 = 0
|
|
}
|