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