[tests] Add missing .txt for conflicting overloads with hidden tests

This commit is contained in:
marat.akhin
2023-11-21 11:02:50 +01:00
committed by Space Team
parent 0bc79fe69d
commit 83abbe8a78
19 changed files with 5210 additions and 0 deletions
@@ -0,0 +1,11 @@
package
@kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "A") public fun A(): A
public final class A {
public constructor A()
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}