blob: d40f333b9d32f44809300548394b244e6a8a6f35 [file] [log] [blame]
library test;
class Foo {
const Foo(List<String> l);
}
void test() {}
main() {}