Use candidate descriptor to determine parameter name stability in IDEA

#KT-31349 Fixed
This commit is contained in:
Mikhail Glukhikh
2019-05-07 19:08:12 +03:00
parent d517276a06
commit b0d294b50c
5 changed files with 16 additions and 3 deletions
@@ -0,0 +1,8 @@
// IS_APPLICABLE: false
// RUNTIME_WITH_FULL_JDK
import java.util.*
fun test() {
LinkedList<Int>(<caret>listOf(1, 2))
}