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