Inliner: don't take into account nonexistent PSI to keep parameter
So #KT-17272 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun manyParams(used: String, unused: String) = println(used)
|
||||
|
||||
fun callMany() {
|
||||
<caret>manyParams("op", "qr")
|
||||
}
|
||||
Reference in New Issue
Block a user