Partial body resolve correctly handles elvis operator
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun foo(p1: Any?, p2: Any) {
|
||||
print(p1 ?: p2)
|
||||
<caret>p1?.hashCode()
|
||||
}
|
||||
Reference in New Issue
Block a user