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