Extract Function: Infer parameter type candidates

#KT-4940 Fixed
This commit is contained in:
Alexey Sedunov
2014-06-20 17:33:57 +04:00
parent 96557e6d3f
commit ca16f4231f
143 changed files with 759 additions and 78 deletions
@@ -1,3 +1,5 @@
// PARAM_TYPES: kotlin.Int
// PARAM_TYPES: kotlin.Int
fun foo(a: Int, b: Int): Int {
return <selection>a + b - 1</selection>
}