blob: ad926fba0e67dd91b8657be5a0702bbc722ce7ef [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method test(core::Object a, core::bool b) void {
if(b && a is core::int) {
core::print(a{core::int});
}
}
static method main() dynamic {}