Ruby code intel doesn't properly identify method name composed of non-ASCII unicode characters.
Created by: beyang
Steps to reproduce:
- Go to https://sourcegraph.com/github.com/mperham/sidekiq@main/-/blob/test/test_sidekiq.rb?L26:7
- Note the method invocation
Sidekiq.❨╯°□°❩╯︵┻━┻
. Sourcegraph doesn't properly tag the.❨╯°□°❩╯︵┻━┻
as a method that is hoverable / clickable.