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