Extract Function: Keep track of original parameter descriptors
This commit is contained in:
+2
@@ -1,5 +1,7 @@
|
||||
// PARAM_TYPES: kotlin.Int
|
||||
// PARAM_TYPES: kotlin.Int
|
||||
// PARAM_DESCRIPTOR: value-parameter val a: kotlin.Int defined in bar.foo
|
||||
// PARAM_DESCRIPTOR: value-parameter val b: kotlin.Int defined in bar.foo
|
||||
fun bar(n: Int) {
|
||||
fun i(a: Int, b: Int): Int {
|
||||
return a + b - n
|
||||
|
||||
Reference in New Issue
Block a user