blob: 16ae59db2626cf7a7c28bac3276b4e1472193855 [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 {}