Fixed external tests

Marked all mutable objects with konan.ThreadLocal annotation
This commit is contained in:
Igor Chevdar
2018-07-04 16:35:32 +03:00
parent cb916d017b
commit f4fef09447
22 changed files with 23 additions and 0 deletions
@@ -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