blob: b3008d5b04af5c76a361b0cc25c4f50a4fb5bd94 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method test(dynamic x) dynamic {
#L1:
{
final synthesized dynamic #0#0 = x;
{
if(#0#0 is core::List<dynamic> && #0#0{core::List<dynamic>}.{core::List::length}{core::int}.{core::num::<=}(#C1){(core::num) → core::bool}) {
{
break #L1;
}
}
}
}
}
constants {
#C1 = 0
}