4f9f5d231b
- the member and the container were mixed up - don't output "defined in" part of the message, because we tell later where it's already defined in - fix an instability of the diagnostic order in OverloadResolver by using LinkedHashSet
11 lines
178 B
HTML
11 lines
178 B
HTML
<!-- conflictingOverloadsClass2 -->
|
|
<html>
|
|
'<b>
|
|
internal</b>
|
|
<b>
|
|
final</b>
|
|
<b>
|
|
fun</b>
|
|
lol(y: kotlin.Int): kotlin.Int'<br />
|
|
is already defined in conflictingOverloads</html>
|