0a3631db6a
#KT-10602 Fixed
7 lines
134 B
Kotlin
Vendored
7 lines
134 B
Kotlin
Vendored
import java.util.concurrent.atomic.*
|
|
|
|
fun f() {
|
|
AtomicReferenceFieldUpdater.newUpdater<String, Int>(<caret>)
|
|
}
|
|
|
|
// ELEMENT: String |