blob: 8ef45573eed446ad7fbd7d56a031814d493ed8cc [file] [log] [blame]
class C {
const C();
}
const c1 = C();
const c2 = C();
String test1(Map map) {}
void test2(Map map) {}
void test3(Map map) {}
test() {}