FIR IDE: resolve kt symbols only to the phase they actually need

This commit is contained in:
Ilya Kirillov
2020-08-10 15:14:02 +03:00
parent 75be9cf31f
commit a700d1fccb
30 changed files with 285 additions and 118 deletions
@@ -50,5 +50,5 @@ object DebugSymbolRenderer {
else -> value::class.simpleName!!
}
private val ignoredPropertyNames = setOf("fir", "psi", "token")
private val ignoredPropertyNames = setOf("firRef", "psi", "token")
}