Hello folks, today I learned that `@Volatile` cann...
# kotlin-native
n
Hello folks, today I learned that
@Volatile
cannot be applied to local variables, which makes sense historically, but applies to JVM only, what about native?