Skip to content
Snippets Groups Projects
user avatar
Daniel Jasper authored
Before:
  for (let { a, b } of x) {
  }

After:
  for (let {a, b} of x) {
  }

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262776 91177308-0d34-0410-b5e6-96231b3b80d8
c8a05768
History
Name Last commit Last update