blob: bc7f96ad6be8ce69c7c2b6e81a04dc11d7e8b812 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
static method main() dynamic {
core::int b = 1;
core::int c = 2;
core::int d = 3;
core::int e = 4;
core::int f = 5;
core::int g = 6;
self::a(b.{core::num::<}(c){(core::num) core::bool}, d.{core::num::<}(e){(core::num) core::bool}, f.{core::num::<}(g){(core::num) core::bool}, 1.{core::int::>>>}(2){(core::int) core::int});
}
static method a(core::bool x, core::bool y, core::bool z1, core::int z2) void {
core::print("${x} ${y} ${z1} ${z2}");
}
Extra constant evaluation status:
Evaluated: InstanceInvocation @ org-dartlang-testcase:///issue_47008_02.dart:8:28 -> IntConstant(0)
Extra constant evaluation: evaluated: 17, effectively constant: 1