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