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