FIR IDE: resolve kt symbols only to the phase they actually need
This commit is contained in:
+1
-1
@@ -50,5 +50,5 @@ object DebugSymbolRenderer {
|
||||
else -> value::class.simpleName!!
|
||||
}
|
||||
|
||||
private val ignoredPropertyNames = setOf("fir", "psi", "token")
|
||||
private val ignoredPropertyNames = setOf("firRef", "psi", "token")
|
||||
}
|
||||
Reference in New Issue
Block a user