Extract Function: Keep track of original parameter descriptors
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// PARAM_TYPES: kotlin.Int, Number, Comparable<Int>, Any
|
||||
// PARAM_DESCRIPTOR: val a: kotlin.Int defined in main
|
||||
// SIBLING:
|
||||
fun main(args: Array<String>) {
|
||||
val (a, b) = Data(1, 2)
|
||||
|
||||
Reference in New Issue
Block a user