Add html escaping for declaration names in calls (KT-10763)

#KT-10763 Fixed
This commit is contained in:
Nikolay Krasko
2016-02-10 01:19:12 +03:00
parent 45f21bc7fd
commit 3f5f892e1b
5 changed files with 31 additions and 4 deletions
@@ -0,0 +1,8 @@
<!-- noneApplicableConstructor1 -->
<html>
None of the following functions can be called with the arguments supplied.
<ul>
<li><`init>(<font color=red><b>Int</b></font>) <i>defined in</i> A</li>
<li>A(<font color=red><b>String</b></font>) <i>defined in</i> root package</li>
</ul>
</html>