Fixed external tests
Marked all mutable objects with konan.ThreadLocal annotation
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class Test {
|
||||
|
||||
@konan.ThreadLocal
|
||||
companion object {
|
||||
|
||||
public val prop1 : Int = 10
|
||||
|
||||
Reference in New Issue
Block a user