Completion: more intuitive presentation of function items that insert lambda

This commit is contained in:
Valentin Kipyatkov
2015-07-06 22:04:59 +03:00
parent 88dd86d603
commit 1f79955275
6 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
var a : Runnable = <caret>
// EXIST: {"lookupString":"Runnable", "itemText":"Runnable", "tailText":"(function: () -> Unit) (java.lang)", "typeText":"Runnable"}
// EXIST: {"lookupString":"Runnable", "itemText":"Runnable", "tailText":" {...} (function: () -> Unit) (java.lang)", "typeText":"Runnable"}