KT-10664 No code completion after variable initialized with elvis
#KT-10664 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun foo(): String? = null
|
||||
|
||||
fun bar() {
|
||||
val f = foo() ?: return
|
||||
f.<caret>
|
||||
}
|
||||
|
||||
// EXIST: length
|
||||
// EXIST: hashCode
|
||||
Reference in New Issue
Block a user