Fixed external tests
Marked all mutable objects with konan.ThreadLocal annotation
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
class A {
|
||||
@konan.ThreadLocal
|
||||
companion object {
|
||||
private var r: Int = 1;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@konan.ThreadLocal
|
||||
object A {
|
||||
private var r: Int = 1;
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
class C {
|
||||
@konan.ThreadLocal
|
||||
companion object {
|
||||
private val s: String
|
||||
private var s2: String
|
||||
|
||||
Reference in New Issue
Block a user