Fixed external tests
Marked all mutable objects with konan.ThreadLocal annotation
This commit is contained in:
@@ -6,6 +6,7 @@ class Outer {
|
||||
}
|
||||
}
|
||||
|
||||
@konan.ThreadLocal
|
||||
companion object {
|
||||
public var s = "fail"
|
||||
private set
|
||||
|
||||
Reference in New Issue
Block a user