blob: 0b2371ba37eab000fb8b8990492fb10ca27ae5d8 [file] [log] [blame]
library test;
class C {
static m({int a: 0}) {}
}
void test() {}
main() {}