lightClassUtils: Fix CCE when trying to obtain KtLightTypeParameter

#KT-12259 Fixed
This commit is contained in:
Pavel V. Talanov
2016-05-23 16:40:45 +03:00
parent 62421bbf7b
commit 710e920df7
4 changed files with 10 additions and 1 deletions
@@ -0,0 +1,2 @@
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtTypeParameter
val <T<caret>> foo: T
@@ -0,0 +1 @@
Class/object property type 2 val <T> foo: T