FIR IDE: Add the simplest support for PLUGIN KtDeclarationOrigin

This commit is contained in:
Roman Golyshev
2022-02-06 12:32:04 +03:00
parent 6d6a3fbe21
commit b1b99e1673
3 changed files with 9 additions and 0 deletions
@@ -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,
}