Add missed create in usage of new annotation highlighting API

Relates to #KT-36712
This commit is contained in:
Vladimir Dolzhenko
2020-02-15 08:23:58 +01:00
parent 3407904e68
commit ba5a335e95
@@ -68,6 +68,7 @@ class AnnotationPresentationInfo(
.also { builder -> highlightType?.let { builder.highlightType(it) } }
.also { builder -> textAttributes?.let { builder.textAttributes(it) } }
.also { consumer(it) }
.create()
}
private fun getMessage(diagnostic: Diagnostic): String {