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,3 @@
var a : java.io.Closeable = <caret>
// ELEMENT: Closeable
@@ -0,0 +1,5 @@
import java.io.Closeable
var a : java.io.Closeable = Closeable { <caret> }
// ELEMENT: Closeable