blob: ce3c7ec2eddec08becf766af94dc7762c0d41d9b [file] [log] [blame]
// @dart = 2.9
library test;
class C {
static m({int a: 0}) {}
}
void test() {}
main() {}