Tracey Yoshima
01/13/2023, 12:29 AMConeKotlinType
, Symbol
, and FirElement
, but I haven’t found anything that sticks out.
Essentially, while type attributing an inner class, class property, or method, I’d like to add the owner to the type attribution. Is there a way to access the info that I am overlooking?
Also, in the case of a function or property declared at the <root>,
is it possible to access the file instead?dmitriy.novozhilov
01/13/2023, 10:28 AMclassId
val parentClassSymbol = firClass.classId.outerClassId?.let { session.symbolProvider.getClassLikeSymbolByClassId(it) }