Use candidate descriptor to determine parameter name stability in IDEA
#KT-31349 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// IS_APPLICABLE: false
|
||||
// RUNTIME_WITH_FULL_JDK
|
||||
|
||||
import java.util.*
|
||||
|
||||
fun test() {
|
||||
LinkedList<Int>(<caret>listOf(1, 2))
|
||||
}
|
||||
Reference in New Issue
Block a user