You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pc: completions - do not add [] for ... derives TC@@ (#23811)
Currently it incorectly adds completion members with square brackets.
Exmaple:
```scala
class X derives CanEqua@@ // returns `CanEqual[@@]` and `CanEqual`
// should return only `CanEqual`
```
0 commit comments