Files
kotlin-fork/native
Svyatoslav Scherbina 6ce33e80a5 Native: fix ConcurrentModificationException in test infra
Synchronously copy system properties before iterating over them, because
other thread sometimes tries to modify them in the meantime, which leads
to ConcurrentModificationException otherwise.
2023-11-15 18:52:12 +00:00
..