AA FIR: handle smartcasted arg when building call's argument mapping
^KTIJ-25112 Fixed
This commit is contained in:
committed by
Ilya Kirillov
parent
86540bdbb4
commit
fbe558a0de
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
private fun test(s: String?) {
|
||||
if (s != null) {
|
||||
<expr>foo(s)</expr>
|
||||
}
|
||||
}
|
||||
|
||||
private fun foo(s: String) {
|
||||
}
|
||||
Reference in New Issue
Block a user