Introduce Variable: Do not suggest type-based names for multi-declaration entries if component function corresponds to value parameter

#KT-10287 Fixed
This commit is contained in:
Alexey Sedunov
2015-12-07 19:12:19 +03:00
parent 15faa6610c
commit 76cf284b77
4 changed files with 21 additions and 3 deletions
@@ -0,0 +1,5 @@
fun test() {
<selection>Dimension(1, 2)</selection>
}
data class Dimension(val width: Int, val height: Int)