[VISUALIZER] Forbid to walk inside type reference children in psi

This commit is contained in:
Ivan Kylchik
2021-02-15 14:05:30 +03:00
committed by TeamCityServer
parent cc7d82ab7b
commit 951d607445
5 changed files with 31 additions and 28 deletions
@@ -13,6 +13,8 @@ val listOfInt = listOf(1, 2, 3)
// │ │
val javaList = java.util.ArrayList<Int>()
// java/util/ArrayList<Int>
// │
fun move(): java.util.ArrayList<Int> {
// Int val listOfInt: collections/List<Int>
// │ │