and what is the meaning of `Cone` in `ConeKotlin...
# compiler
i
and what is the meaning of
Cone
in
ConeKotlinType
class
d
At the start of the work on the FIR compiler there was a question how to name FIR analogues of entities of old frontend (e.g. name for base class for type in FE 1.0 is just KotlinType) Also this prefix should be used for entities which are stored inside FIR tree but they are not FIR elements themselves. So prefix Cone was chosen. Mostly because of wordplay: fir is a tree 🌲 in English, and it has cones attached to it