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