[FIR] Improve source selection for NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER
This commit is contained in:
committed by
Space Team
parent
c9d23f795a
commit
888c1defa0
+2
-2
@@ -34,8 +34,8 @@ fun Any?.test_2() {
|
||||
}
|
||||
|
||||
fun test_3(a: Any, b: Any, c: Any) {
|
||||
<!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER, NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>with<!>(a) wa@{
|
||||
with(b) wb@{
|
||||
<!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>with<!>(a) wa@{
|
||||
<!NEW_INFERENCE_NO_INFORMATION_FOR_PARAMETER!>with<!>(b) wb@{
|
||||
with(c) wc@{
|
||||
this@wb as A
|
||||
this@wb.foo()
|
||||
|
||||
Reference in New Issue
Block a user