Find Usages: Add special type for usages inside of type aliases

#KT-13955 Fixed
This commit is contained in:
Alexey Sedunov
2016-09-20 16:49:22 +03:00
parent 3adbe5515e
commit 698660b9c6
6 changed files with 19 additions and 0 deletions
@@ -0,0 +1,5 @@
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtClass
// OPTIONS: usages
class <caret>A<T>
typealias B = A<Int>
@@ -0,0 +1 @@
Type alias 5 typealias B = A<Int>