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