mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
Clients of the call resolution do not expect to see a throwing list in call's arguments, and it's wrong to make each of them check against the special case that is the resolution of callable references Fixes EA-69901
10 lines
539 B
HTML
Vendored
10 lines
539 B
HTML
Vendored
<!-- noneApplicableCallableReference1 -->
|
|
<html>
|
|
None of the following functions can be called with the arguments supplied.
|
|
<ul>
|
|
<li>CharSequence.contains(<font color=red><b>Char</b></font>, <font color=red><b>Boolean = ...</b></font>) <i>defined in</i> kotlin.text</li>
|
|
<li>CharSequence.contains(<font color=red><b>CharSequence</b></font>, <font color=red><b>Boolean = ...</b></font>) <i>defined in</i> kotlin.text</li>
|
|
<li>CharSequence.contains(<font color=red><b>Regex</b></font>) <i>defined in</i> kotlin.text</li>
|
|
</ul>
|
|
</html>
|