Closed mtaran-google closed 3 years ago
class Foo extends Bar implements IBaz, IQuux { }
should highlight both IBaz and IQuux as types, but gets broken after IBaz.
Attached patch should fix this.
should highlight both IBaz and IQuux as types, but gets broken after IBaz.