Add missed create in usage of new annotation highlighting API
Relates to #KT-36712
This commit is contained in:
+1
@@ -68,6 +68,7 @@ class AnnotationPresentationInfo(
|
|||||||
.also { builder -> highlightType?.let { builder.highlightType(it) } }
|
.also { builder -> highlightType?.let { builder.highlightType(it) } }
|
||||||
.also { builder -> textAttributes?.let { builder.textAttributes(it) } }
|
.also { builder -> textAttributes?.let { builder.textAttributes(it) } }
|
||||||
.also { consumer(it) }
|
.also { consumer(it) }
|
||||||
|
.create()
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun getMessage(diagnostic: Diagnostic): String {
|
private fun getMessage(diagnostic: Diagnostic): String {
|
||||||
|
|||||||
Reference in New Issue
Block a user