"return emptyList()" & "return emptySet()" in completion

This commit is contained in:
Valentin Kipyatkov
2015-09-03 18:09:05 +03:00
parent 6dca9a4558
commit f470fec840
10 changed files with 137 additions and 19 deletions
@@ -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()"