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:
+5
@@ -0,0 +1,5 @@
|
||||
fun test() {
|
||||
<selection>Dimension(1, 2)</selection>
|
||||
}
|
||||
|
||||
data class Dimension(val width: Int, val height: Int)
|
||||
Reference in New Issue
Block a user