Commits

Argyrios Kyrtzidis committed 41a8a01fc82
[FixCode] Disable a migrating fixit that interacts badly with the migrator. For such code: func test(p: Int, _: String) {} test(0, "") the compiler bizarrely suggests to change order of arguments in the call site.