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