blob: c799ecf7e4a92970b782a644a87e78825518a246 [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() {}