KaEnumEntrySymbol
note
In the Kotlin PSI, a
KtEnumEntry
is aKtClass
, as it was so In the old compiler. In the Analysis API, though, similarly to the K2 compiler, it is aKaVariableSymbol
.
note
In the Kotlin PSI, a
KtEnumEntry
is aKtClass
, as it was so In the old compiler. In the Analysis API, though, similarly to the K2 compiler, it is aKaVariableSymbol
.