Introduce Parameter: Support conversion of local variables
#KT-9170 Fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
fun foo(i: Int, i1: Int = 1) {
|
||||
val u = i1 + i
|
||||
}
|
||||
Reference in New Issue
Block a user