Smart completion: "null" when nullable value expected
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun foo(p: String?) {}
|
||||
|
||||
fun bar() {
|
||||
foo(<caret>)
|
||||
}
|
||||
|
||||
// EXIST: null
|
||||
Reference in New Issue
Block a user