87e0a2d98c
Before this commit, the substituted FunctionDescriptor didn't have a source element. As a result, 'CodeFragmentParameterAnalyzer.isCodeFragmentDeclaration' failed to recognize such a descriptor as fragment-local, and it was erroneously captured.
5 lines
371 B
Plaintext
Vendored
5 lines
371 B
Plaintext
Vendored
<!-- overloadResolutionAmbiguityTxt1 -->
|
|
Overload resolution ambiguity:
|
|
public fun <T> foo(b: a.b.String, t: ???): Unit defined in a.b in file overloadResolutionAmbiguityTxt.kt
|
|
public fun foo(i: Int): Unit defined in a.b in file overloadResolutionAmbiguityTxt.kt
|
|
public fun <T> foo(a: kotlin.String, t: ???): Unit defined in a.b in file overloadResolutionAmbiguityTxt.kt |