Smart completion does not need SAM-constructor in declarations from scope + it's present even when not imported

This commit is contained in:
Valentin Kipyatkov
2014-11-01 18:58:54 +03:00
parent a8bd7caed1
commit 5f4220427f
7 changed files with 39 additions and 7 deletions
@@ -0,0 +1,7 @@
fun foo(p: (() -> Unit) -> Runnable){}
fun bar(){
foo(<caret>)
}
// EXIST: ::Runnable