blob: b7b9d06c05c28aab0957df905b145fe2d0925828 [file] [log] [blame]
// @dart = 2.9
library test;
void test(Object a, bool b) {}
main() {}