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