Files
kotlin-fork/idea/testData/diagnosticMessage/noneApplicable1.html
T
Svetlana Isakova a57b4f6459 Render inferred and not inferred type parameters
while rendering a resolved call
2014-04-30 13:34:34 +04:00

9 lines
397 B
HTML

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