kotlinx-atomicfu icon indicating copy to clipboard operation
kotlinx-atomicfu copied to clipboard

kotlinx.atomicfu.AtomicFU::atomic invocation must be followed by putfield

Open qwwdfsad opened this issue 5 years ago • 0 comments

Steps-to-reproduce:

class Foo {
     private val foo = atomic(0L).also {
        println(it)
    }
}

Priority: low

qwwdfsad avatar Oct 02 '19 09:10 qwwdfsad