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