blob: df9f067d66376da17c7e2ce30d4dafdd945f2fd1 [file] [log] [blame]
class Constant {
const Constant();
}
class NotConstant {}
foo({a = Constant(), b = Constant(), c = []}) {}
main() {}
test() {}