aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/ecma/variable.js
blob: 80d34beeafda5eb2ac02061ba674260a0391ec2d (plain) (blame)
1
2
3
4
5
6
let a =
  if_this_is_right() && then_this()

a = func_call()
  .map()
  .filter()