Smart completion: offer class instantiating choice

This commit is contained in:
Valentin Kipyatkov
2013-11-12 16:16:59 +04:00
parent 80ab043d21
commit 2d3b0ffc0b
33 changed files with 404 additions and 119 deletions
@@ -0,0 +1,7 @@
class Foo
fun foo(p : Object){
var a : Foo? = <caret>
}
// EXIST: Foo@Foo()