Smart completion: offer class instantiating choice
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Foo
|
||||
|
||||
fun foo(p : Object){
|
||||
var a : Foo? = <caret>
|
||||
}
|
||||
|
||||
// EXIST: Foo@Foo()
|
||||
Reference in New Issue
Block a user