Files
swift-mirror/lib/Sema/CSSimplify.cpp
Alex Hoppen d082ebb0ca [CodeCompletion] Don't report an extra argument failure if the code completion token is the first one in a call
This makes sure we don't penalize overloads with no arguments when calling
```swift
func foo() {}
func foo(_ arg: Int) {}
foo(#^COMPLETE^#
```
2022-03-25 09:36:05 +01:00

518 KiB