[FE] Add case with ambiguous generic call

This commit is contained in:
Anastasiya Shadrina
2021-06-28 18:36:16 +07:00
committed by TeamCityServer
parent a2403c470f
commit 2d743a2455
3 changed files with 7 additions and 0 deletions
@@ -3,6 +3,7 @@ package
public fun supertypeContextual(): kotlin.Unit
public fun test(): kotlin.Unit
public fun Common.supertypeExtension(): kotlin.Unit
public fun </*0*/ T : Common> T.supertypeExtensionGeneric(): kotlin.Unit
public interface C1 : Common {
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean