Smart completion: "::functionName" items when value of function type is expected

This commit is contained in:
Valentin Kipyatkov
2014-04-11 22:07:39 +04:00
parent 7d5b86e000
commit 6b1ecc3fb0
16 changed files with 252 additions and 24 deletions
@@ -0,0 +1,7 @@
fun foo(p: (() -> Unit) -> Runnable){}
fun bar(){
foo(<caret>)
}
// EXIST: ::Runnable