Extract Function: Keep track of original parameter descriptors
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// PARAM_TYPES: kotlin.Array<kotlin.Int>
|
||||
// PARAM_DESCRIPTOR: value-parameter val t: kotlin.Array<kotlin.Int> defined in foo
|
||||
fun <T> Array<T>.check(f: (T) -> Boolean): Boolean = false
|
||||
|
||||
// SIBLING:
|
||||
|
||||
Reference in New Issue
Block a user