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