Files
kotlin/idea/testData/diagnosticMessage/noneApplicable1.html

8 lines
304 B
HTML
Vendored

<!-- noneApplicable1 -->
<html>
None of the following functions can be called with the arguments supplied.
<ul>
<li>foo(<font color=red><b>Boolean</b></font>, String) <i>defined in</i> root package</li>
<li>foo(Int, <font color=red><b>Int</b></font>) <i>defined in</i> root package</li>
</ul>
</html>