blob: 109def4fdae4dd5bbadf7415830bac411ed20b7f [file] [log] [blame]
library test;
class Foo {
const Foo(dynamic l);
}
main() {}
void test() {}