FIR IDE: introduce JAVA_SYNTHETIC_PROPERTY symbol origin

This commit is contained in:
Ilya Kirillov
2021-01-12 18:08:49 +01:00
parent a5e6c1d82b
commit 459c919072
4 changed files with 14 additions and 7 deletions
@@ -66,4 +66,7 @@ enum class KtSymbolOrigin {
* the `B.foo` function will be generated by Kotlin compiler
*/
DELEGATED,
JAVA_SYNTHETIC_PROPERTY,
}