Fix/suppress some warnings
(cherry picked from commit d8a43c216925b3a9e1475b786978436835a57927)
This commit is contained in:
committed by
TeamCityServer
parent
c5249ac714
commit
c56f719dcc
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user