Smart completion: special items with "!!" and "?:" for nullable members
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class K {
|
||||
class object {
|
||||
fun bar(): K? = K()
|
||||
}
|
||||
}
|
||||
|
||||
fun foo(){
|
||||
val k : K = <caret>
|
||||
}
|
||||
|
||||
// ELEMENT_TEXT: "!! K.bar()"
|
||||
Reference in New Issue
Block a user