[Analysis API] add tests on incomplete function type parameter symbol
^KT-65858 Obsolete
This commit is contained in:
committed by
Space Team
parent
ca740b70f3
commit
1ba81fca57
Vendored
+2
@@ -0,0 +1,2 @@
|
||||
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE
|
||||
fun <TY<caret>PE>
|
||||
+1
@@ -0,0 +1 @@
|
||||
TYPE
|
||||
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
KtTypeParameterSymbol:
|
||||
annotationsList: []
|
||||
isReified: false
|
||||
name: TYPE
|
||||
origin: SOURCE
|
||||
typeParameters: []
|
||||
upperBounds: []
|
||||
variance: INVARIANT
|
||||
getContainingFileSymbol: KtFileSymbol(incompleteFunctionTypeParameter.kt)
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
Reference in New Issue
Block a user