Files
kotlin/idea/testData/diagnosticMessage/noneApplicableConstructor1.html
2016-02-11 02:49:00 +03:00

8 lines
292 B
HTML
Vendored

<!-- 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>