blob: 4e40f86437022364c7431cb98af797f10a62a904 [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);
}
}
static method main() dynamic {}