Official documentation contains incorrect Kotlin code example (page 292 of pdf).
There are Map<*, > instead of Map<*, *> and Map<, *> instead of Map<*, *>.
The cause of this issue is incorrect formatting.
Comment From: hrybs
I see that validation failed because of some internal error. Please check it.
Comment From: sbrannen
Official documentation contains incorrect Kotlin code example (page 292 of pdf).
In the future, please provide a link to the affected section of the reference manual, since the page numbers of the PDF can change -- for example, "in the Inline Maps section". If you don't want to provide a link, stating something like "in the Inline Maps section of the SpEL chapter" is also sufficient.
Thanks
Comment From: sbrannen
This has been merged into master.
Thanks