FIR IDE: implement basic classifier name contributor
This commit is contained in:
committed by
TeamCityServer
parent
58d5907041
commit
1e1ce3067f
@@ -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)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user