blob: 92182d02403d1a119d7ba5f59ef73da15e2188c7 [file] [log] [blame]
// @dart = 2.9
library test;
class Foo {
const Foo(List<String> l);
}
main() {}
void test() {}