Presentation: Render valid description for type aliases
This commit is contained in:
@@ -59,6 +59,7 @@ class KotlinElementDescriptionProvider : ElementDescriptionProvider {
|
|||||||
is KtTypeParameter -> "type parameter"
|
is KtTypeParameter -> "type parameter"
|
||||||
is KtParameter -> "parameter"
|
is KtParameter -> "parameter"
|
||||||
is KtDestructuringDeclarationEntry -> "variable"
|
is KtDestructuringDeclarationEntry -> "variable"
|
||||||
|
is KtTypeAlias -> "type alias"
|
||||||
is RenameJavaSyntheticPropertyHandler.SyntheticPropertyWrapper -> "property"
|
is RenameJavaSyntheticPropertyHandler.SyntheticPropertyWrapper -> "property"
|
||||||
is KtLightClassForFacade -> "facade class"
|
is KtLightClassForFacade -> "facade class"
|
||||||
is RenameKotlinPropertyProcessor.PropertyMethodWrapper -> "property accessor"
|
is RenameKotlinPropertyProcessor.PropertyMethodWrapper -> "property accessor"
|
||||||
|
|||||||
Reference in New Issue
Block a user