Files
swift-mirror/lib/Parse
Alex Hoppen a35f1856c0 [CodeCompletion] Offer suggestions if a nested type is followed by an equal type requirement
If the first type has a code completion token, don't record a same type constraint because otherwise if we have
```swift
  K.#^COMPLETE^# == Foo
```
we parse this as
```
  K == Foo
```
and thus simplify `K` to `Foo`. But we didn't want to state that `K` is `Foo` but that `K` has a member of type `Foo`.

rdar://77458518
2022-05-03 09:36:51 +02:00
..
2022-04-21 09:31:40 -07:00
2022-04-21 09:31:40 -07:00
2022-04-21 09:31:40 -07:00
2022-04-21 09:31:40 -07:00
2022-04-21 09:31:40 -07:00
2022-04-21 09:31:40 -07:00
2022-04-21 09:31:40 -07:00