Files
kotlin-fork/idea/idea-completion/testData/handlers/smart/kt10602.kt
T
Valentin Kipyatkov 0a3631db6a Fixed KT-10602 Incorrect completion for class name
#KT-10602 Fixed
2016-01-12 22:09:12 +03:00

7 lines
134 B
Kotlin
Vendored

import java.util.concurrent.atomic.*
fun f() {
AtomicReferenceFieldUpdater.newUpdater<String, Int>(<caret>)
}
// ELEMENT: String