"return emptyList()" & "return emptySet()" in completion
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo(): Collection<String> {
|
||||
ret<caret>
|
||||
}
|
||||
|
||||
// ELEMENT: "return emptyList()"
|
||||
@@ -0,0 +1,5 @@
|
||||
fun foo(): Collection<String> {
|
||||
return emptyList()<caret>
|
||||
}
|
||||
|
||||
// ELEMENT: "return emptyList()"
|
||||
Reference in New Issue
Block a user