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