blob: ca793f8f5a9d5658d3dc49df06965c5d32615168 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static method f(core::Object* x) void {
if(!(x is core::int*) && !(x is core::String*)) {
core::print(x);
}
}
static method main() dynamic {}