Introduce intention to name anonymous parameter #KT-17191 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
bc071bf543
commit
9dd217eee3
+5
@@ -0,0 +1,5 @@
|
||||
data class Data(val first: Int, val second: Int)
|
||||
|
||||
fun foo() {
|
||||
val (first, <caret>_) = Data(1, 2)
|
||||
}
|
||||
Reference in New Issue
Block a user