Is there a way to jump to the definition of an `op...
# intellij
k
Is there a way to jump to the definition of an
operator get
call? E.g. when I have
list[0]
, how can I navigate to
kotlin.collections.List.get
?