FIR: Reimplement implicit types calculator
Make it works through a single component tracking computation status instead of storing it in the nodes
This commit is contained in:
@@ -10,6 +10,8 @@ import org.jetbrains.kotlin.fir.scopes.FirScope
|
||||
class ScopeSession {
|
||||
private val scopes = hashMapOf<Any, HashMap<ScopeSessionKey<*, *>, FirScope>>()
|
||||
|
||||
var returnTypeCalculator: Any? = null
|
||||
|
||||
@Deprecated(level = DeprecationLevel.ERROR, message = "Only for getOrBuild")
|
||||
fun scopes() = scopes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user