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