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