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
@@ -2,4 +2,4 @@ fun f(){
|
||||
JavaClass<String>(<caret>)
|
||||
}
|
||||
|
||||
// EXIST: { itemText: "object: Comparator<String?>{...}" }
|
||||
// EXIST: { itemText: "object : Comparator<String?>{...}" }
|
||||
|
||||
Reference in New Issue
Block a user