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