`val listOfInt: List<Int> = listOf(1, 2, 3)`...
# announcements
h
`val listOfInt: List<Int> = listOf(1, 2, 3)`: Ctrl+B on List will go there, so I suppose Ctrl+Shift+B on the variable should goes to the same place