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