[NI] Don't complete nested call if there's no constraints at all
This commit is contained in:
@@ -10,5 +10,5 @@ fun use() {
|
||||
// Write is AFTER
|
||||
<!DEBUG_INFO_SMARTCAST!>x<!>.hashCode()
|
||||
// x is nullable at the second argument
|
||||
<!UNREACHABLE_CODE!>foo(<!><!IMPLICIT_NOTHING_AS_TYPE_PARAMETER!>bar<!> { x = null }, <!UNREACHABLE_CODE!>x!!)<!>
|
||||
foo(bar { x = null }, x!!)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user