blob: 9897c9f880dd5b51327c5eeb31070b1b3305f63f [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method test0(dynamic x) dynamic {
core::print("test0");
}
static method main() dynamic {
self::test0(0, 1);
}