Smart completion: fixed lookup string for anonymous object item

This commit is contained in:
Valentin Kipyatkov
2014-10-28 20:58:28 +03:00
parent e256d14075
commit 836b4aa0f0
3 changed files with 16 additions and 1 deletions
@@ -0,0 +1,5 @@
trait Foo
var a : Foo = o<caret>
// EXIST: { lookupString:"object", itemText:"object: Foo{...}" }