Extract Function: Infer parameter type candidates
#KT-4940 Fixed
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// PARAM_TYPES: A
|
||||
// PARAM_TYPES: kotlin.Int
|
||||
// PARAM_TYPES: kotlin.Int
|
||||
// PARAM_TYPES: kotlin.Int
|
||||
// SIBLING:
|
||||
public class A() {
|
||||
fun bar(a: Int, b: Int): Int {
|
||||
|
||||
Reference in New Issue
Block a user