1f48889e8f
This access kind was wrongfully set to Dynamic instead of Never. Change-Id: Iab949e47e6faffb55ae351eea4857acb37dacb3c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/495360 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Chloe Stefantsova <cstefantsova@google.com>
21 lines
416 B
Plaintext
21 lines
416 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;
|
|
final const synthesized core::int #0#1 = #C1;
|
|
{
|
|
hoisted Never hashCode;
|
|
if(#0#0 =={core::Object::==}{(dynamic) → Never} #C1 || (let final dynamic #t1 = hashCode = #0#0{Never}.hashCode in true)) {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
constants {
|
|
#C1 = 0
|
|
}
|