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