6d2e6f9452
Addresses https://github.com/dart-lang/sdk/issues/51554#issuecomment-1466946211 Closes #51391 TEST=existing Change-Id: Idec105dcfde4a91d0a21a1907777d6c07e5f01b2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/289224 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Chloe Stefantsova <cstefantsova@google.com> Reviewed-by: Alexander Markov <alexmarkov@google.com>
22 lines
378 B
Plaintext
22 lines
378 B
Plaintext
library /*isNonNullableByDefault*/;
|
|
import self as self;
|
|
import "dart:core" as core;
|
|
|
|
static method test(dynamic x) → dynamic {
|
|
#L1:
|
|
{
|
|
final synthesized dynamic #0#0 = x;
|
|
{
|
|
if(let final dynamic #t1 = #0#0! in #C1 =={core::num::==}{(core::Object) → core::bool} #0#0!) {
|
|
{
|
|
break #L1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
constants {
|
|
#C1 = 1
|
|
}
|