[FE] Add case with ambiguous generic call
This commit is contained in:
committed by
TeamCityServer
parent
a2403c470f
commit
2d743a2455
+1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user