FIR IDE: Add the simplest support for PLUGIN KtDeclarationOrigin
This commit is contained in:
@@ -109,4 +109,11 @@ public enum class KtSymbolOrigin {
|
||||
* @see KtBackingFieldSymbol
|
||||
*/
|
||||
PROPERTY_BACKING_FIELD,
|
||||
|
||||
/**
|
||||
* Declaration generated by the compiler plugin.
|
||||
*
|
||||
* @see org.jetbrains.kotlin.fir.declarations.FirDeclarationOrigin.Plugin
|
||||
*/
|
||||
PLUGIN,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user