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
@@ -6,6 +6,7 @@ class Outer {
}
}
@konan.ThreadLocal
companion object {
public var s = "fail"
private set