Skip to content
Snippets Groups Projects
user avatar
Daniel Jasper authored
Before:
  var b = a.map((x) = > x + 1);

After:
  var b = a.map((x) => x + 1);

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209112 91177308-0d34-0410-b5e6-96231b3b80d8
f805b0c2
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..