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,5 +1,6 @@
class Test {
@konan.ThreadLocal
companion object {
public val prop1 : Int = 10