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