FIR: add declaration attributes checking to rawFirBuilder/lightTree tests
This commit is contained in:
@@ -70,6 +70,10 @@ abstract class TypeRegistry<K : Any, V : Any> {
|
||||
return idPerType.computeIfAbsent(kClass) { idCounter.getAndIncrement() }
|
||||
}
|
||||
|
||||
fun allValuesThreadUnsafeForRendering(): Map<KClass<out K>, Int> {
|
||||
return idPerType
|
||||
}
|
||||
|
||||
protected val indices: Collection<Int>
|
||||
get() = idPerType.values
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user