Smart completion does not need SAM-constructor in declarations from scope + it's present even when not imported
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user