Change Signature: Substitute parameter references in default values of call expression arguments
This commit is contained in:
@@ -5,5 +5,5 @@ fun foo(i: Int): Int {
|
||||
}
|
||||
|
||||
fun test() {
|
||||
foo(a + 1)
|
||||
foo(1 + 1)
|
||||
}
|
||||
Reference in New Issue
Block a user