[FIR] KT-58686: Warn about the use of global counters
This commit is contained in:
committed by
Space Team
parent
c57d9097c2
commit
27e9732f98
@@ -1212,6 +1212,7 @@ class Fir2IrDeclarationStorage(
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: KT-58686
|
||||
private var lastTemporaryIndex: Int = 0
|
||||
private fun nextTemporaryIndex(): Int = lastTemporaryIndex++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user