Smart completion: fix anonymous object code style (KT-29572)

#KT-29572 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-03-09 03:15:37 +03:00
committed by Nikolay Krasko
parent 6acf3ad629
commit fd262bcd8d
31 changed files with 50 additions and 50 deletions
@@ -1,6 +1,6 @@
fun foo(): T = <caret>
// EXIST: foo
// EXIST: { lookupString: "object", itemText: "object: T{...}" }
// EXIST: { lookupString: "object", itemText: "object : T{...}" }
// EXIST: { lookupString: "OO", itemText: "OO", tailText: " (<root>)" }
// NOTHING_ELSE