blob: 181f5bdf90ed9bcc0a6b657d843005d451f0e45a [file]
library;
import self as self;
import "dart:core" as core;
static method main() void {
{
core::int p = 1;
core::int #t1;
#t1 = 1;
}
{
core::int p = 1;
core::int #t2;
#t2 = p;
}
{
core::int p = 1;
core::bool #t3;
#t3 = p.{core::int::isEven}{core::bool};
}
}