Extract Function: Treat multi declarations as local variables
#KT-5054 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// SIBLING:
|
||||
fun main(args: Array<String>) {
|
||||
val (a, b) = Data(1, 2)
|
||||
<selection>a</selection>
|
||||
}
|
||||
|
||||
data class Data(val a: Int, val b: Int)
|
||||
Reference in New Issue
Block a user