blob: bd22e579ee7a723df3aaa49f5ae456c615c125f5 [file] [log] [blame]
import "package:expect/expect.dart";
int test(a, {b, c}) {}
main() {}