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