FIR IDE: implement basic classifier name contributor

This commit is contained in:
Ilya Kirillov
2021-05-27 00:52:11 +02:00
committed by TeamCityServer
parent 58d5907041
commit 1e1ce3067f
6 changed files with 70 additions and 8 deletions
@@ -7,7 +7,7 @@ package org.jetbrains.kotlin.psi
import org.jetbrains.kotlin.name.ClassId
interface KtClassLikeDeclaration : KtDeclaration {
interface KtClassLikeDeclaration : KtNamedDeclaration {
/**
* Return [ClassId], if the class is not local (E.e, if a class can be accessed by that [ClassId] from another context)
*