Partial body resolve correctly handles elvis operator
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
Resolve target: value-parameter val p1: kotlin.Any?
|
||||
----------------------------------------------
|
||||
fun foo(p1: Any?, p2: Any) {
|
||||
/* STATEMENT DELETED: print(p1 ?: p2) */
|
||||
<caret>p1?.hashCode()
|
||||
}
|
||||
Reference in New Issue
Block a user