Change Signature: Propagate parameters to chosen callers
#KT-7902 Fixed
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
fun <caret>foo() = 1
|
||||
|
||||
val n = 1
|
||||
|
||||
fun bar(): Int {
|
||||
return foo() + n
|
||||
}
|
||||
Reference in New Issue
Block a user