blob: d8e1f5af4f613a152d95a58e537eadd5415fdeb8 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
typedef Foo = (core::int, core::int);
static method test() dynamic {
(core::int, core::int) x = (1, 2);
}
static method main() dynamic {}