Fix/suppress some warnings

(cherry picked from commit d8a43c216925b3a9e1475b786978436835a57927)
This commit is contained in:
Alexander Udalov
2021-02-23 13:20:25 +01:00
committed by TeamCityServer
parent c5249ac714
commit c56f719dcc
5 changed files with 9 additions and 5 deletions
@@ -139,5 +139,7 @@ fun JsValue.setter(property: String, string: String) {
object ArenaManager {
val globalArena = allocateArena()
@Suppress("VARIABLE_IN_SINGLETON_WITHOUT_THREAD_LOCAL")
var currentArena = globalArena
}
}