Smart completion: fix anonymous object code style (KT-29572)
#KT-29572 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
6acf3ad629
commit
fd262bcd8d
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user