Commits

Argyrios Kyrtzidis committed 895dc905135
[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.