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