regarding IDE tooling, I cannot jump to the type d...
# announcements
h
regarding IDE tooling, I cannot jump to the type declaration of list ?
val listOfInt = listOf(1, 2, 3)
(by Ctrl+Shift+B when cursor is on
listOfInt
). Is this a bug?