blob: 5a9b8f35fc6f5a329add47f1b3174e75ed55a448 [file] [log] [blame]
// @dart = 2.9
library test;
class Foo {
const Foo(dynamic l);
}
void test() {}
main() {}