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