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
@@ -3,4 +3,4 @@ abstract class Foo protected()
|
||||
var a : Foo = <caret>
|
||||
|
||||
// ABSENT: Foo
|
||||
// EXIST: { lookupString:"object", itemText:"object: Foo(){...}" }
|
||||
// EXIST: { lookupString:"object", itemText:"object : Foo(){...}" }
|
||||
|
||||
Reference in New Issue
Block a user