package package pkg { public val defaultArgument: pkg.UserKlass public val defaultArgumentA: pkg.UserKlass public val defaultArgumentB: pkg.UserKlass public val sameDefaultArgument: pkg.UserKlass @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testBasic(): kotlin.Unit public fun testBasic(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public inline fun testDifferencesInInlineModifierPresence(): kotlin.Unit public fun testDifferencesInInlineModifierPresence(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testDifferencesInInlineModifierPresenceReverse(): kotlin.Unit public inline fun testDifferencesInInlineModifierPresenceReverse(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") internal fun testDifferencesInInternalAndPublicVisibilities(): kotlin.Unit public fun testDifferencesInInternalAndPublicVisibilities(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testDifferencesInInternalAndPublicVisibilitiesReverse(): kotlin.Unit internal fun testDifferencesInInternalAndPublicVisibilitiesReverse(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") private fun testDifferencesInPrivateAndInternalVisibilities(): kotlin.Unit internal fun testDifferencesInPrivateAndInternalVisibilities(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") internal fun testDifferencesInPrivateAndInternalVisibilitiesReverse(): kotlin.Unit private fun testDifferencesInPrivateAndInternalVisibilitiesReverse(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") private fun testDifferencesInPrivateAndPublicVisibilities(): kotlin.Unit public fun testDifferencesInPrivateAndPublicVisibilities(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testDifferencesInPrivateAndPublicVisibilitiesReverse(): kotlin.Unit private fun testDifferencesInPrivateAndPublicVisibilitiesReverse(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public inline fun testDifferencesInReifiedBehaviorOfTypeParameterA(): kotlin.Unit public inline fun testDifferencesInReifiedBehaviorOfTypeParameterA(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public inline fun testDifferencesInReifiedBehaviorOfTypeParameterAReverse(): kotlin.Unit public inline fun testDifferencesInReifiedBehaviorOfTypeParameterAReverse(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public inline fun testDifferencesInReifiedBehaviorOfTypeParameterB(/*0*/ arg: T): kotlin.Unit public inline fun testDifferencesInReifiedBehaviorOfTypeParameterB(/*0*/ arg: T): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public inline fun testDifferencesInReifiedBehaviorOfTypeParameterBReverse(/*0*/ arg: T): kotlin.Unit public inline fun testDifferencesInReifiedBehaviorOfTypeParameterBReverse(/*0*/ arg: T): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public inline fun testDifferencesInReifiedBehaviorOfTypeParameterC(/*0*/ arg: pkg.Invariant): kotlin.Unit public inline fun testDifferencesInReifiedBehaviorOfTypeParameterC(/*0*/ arg: pkg.Invariant): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public inline fun testDifferencesInReifiedBehaviorOfTypeParameterCReverse(/*0*/ arg: pkg.Invariant): kotlin.Unit public inline fun testDifferencesInReifiedBehaviorOfTypeParameterCReverse(/*0*/ arg: pkg.Invariant): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testDifferencesInReturnTypePresence(): kotlin.Unit public fun testDifferencesInReturnTypePresence(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testDifferencesInReturnTypePresenceReverse(): kotlin.Unit public fun testDifferencesInReturnTypePresenceReverse(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public tailrec fun testDifferencesInTailrecModifierPresence(): kotlin.Unit public fun testDifferencesInTailrecModifierPresence(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testDifferencesInTailrecModifierPresenceReverse(): kotlin.Unit public tailrec fun testDifferencesInTailrecModifierPresenceReverse(): kotlin.Unit public fun testDifferencesInTypeParameterMultipleUpperBoundsPresenceA(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testDifferencesInTypeParameterMultipleUpperBoundsPresenceA(): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testDifferencesInTypeParameterMultipleUpperBoundsPresenceB(): kotlin.Unit public fun testDifferencesInTypeParameterMultipleUpperBoundsPresenceB(): kotlin.Unit where T : pkg.UserInterfaceB public fun testDifferencesInTypeParameterUpperBoundsPresence(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testDifferencesInTypeParameterUpperBoundsPresence(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testDifferencesInTypeParameterUpperBoundsPresenceReverse(): kotlin.Unit public fun testDifferencesInTypeParameterUpperBoundsPresenceReverse(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testDifferencesInValueParameterDefaultArgumentsPresence(/*0*/ arg: pkg.UserKlass = ...): kotlin.Unit public fun testDifferencesInValueParameterDefaultArgumentsPresence(/*0*/ arg: pkg.UserKlass): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testDifferencesInValueParameterDefaultArgumentsPresenceReverse(/*0*/ arg: pkg.UserKlass): kotlin.Unit public fun testDifferencesInValueParameterDefaultArgumentsPresenceReverse(/*0*/ arg: pkg.UserKlass = ...): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testDifferentReturnTypes(): pkg.UserKlassA public fun testDifferentReturnTypes(): pkg.UserKlassB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testDifferentlyNamedTypeParametersA(): kotlin.Unit public fun testDifferentlyNamedTypeParametersA(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testDifferentlyNamedTypeParametersB(/*0*/ arg: TA): kotlin.Unit public fun testDifferentlyNamedTypeParametersB(/*0*/ arg: TB): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testDifferentlyNamedTypeParametersC(/*0*/ arg: pkg.Invariant): kotlin.Unit public fun testDifferentlyNamedTypeParametersC(/*0*/ arg: pkg.Invariant): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testDifferentlyNamedValueParameters(/*0*/ argA: pkg.UserKlass): kotlin.Unit public fun testDifferentlyNamedValueParameters(/*0*/ argB: pkg.UserKlass): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") internal fun testIdenticalInternalVisibility(): kotlin.Unit internal fun testIdenticalInternalVisibility(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public inline fun testIdenticalPresenceOfInlineModifier(): kotlin.Unit public inline fun testIdenticalPresenceOfInlineModifier(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public tailrec fun testIdenticalPresenceOfTailrecModifier(): kotlin.Unit public tailrec fun testIdenticalPresenceOfTailrecModifier(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") private fun testIdenticalPrivateVisibility(): kotlin.Unit private fun testIdenticalPrivateVisibility(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public inline fun testIdenticalReifiedTypeParameterA(): kotlin.Unit public inline fun testIdenticalReifiedTypeParameterA(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public inline fun testIdenticalReifiedTypeParameterB(/*0*/ arg: T): kotlin.Unit public inline fun testIdenticalReifiedTypeParameterB(/*0*/ arg: T): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public inline fun testIdenticalReifiedTypeParameterC(/*0*/ arg: pkg.Invariant): kotlin.Unit public inline fun testIdenticalReifiedTypeParameterC(/*0*/ arg: pkg.Invariant): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testIdenticalReturnTypes(): pkg.UserKlass public fun testIdenticalReturnTypes(): pkg.UserKlass @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testIdenticalTypeParametersA(): kotlin.Unit public fun testIdenticalTypeParametersA(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testIdenticalTypeParametersB(/*0*/ arg: T): kotlin.Unit public fun testIdenticalTypeParametersB(/*0*/ arg: T): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testIdenticalTypeParametersC(/*0*/ arg: pkg.Invariant): kotlin.Unit public fun testIdenticalTypeParametersC(/*0*/ arg: pkg.Invariant): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testIdenticalValueParameters(/*0*/ arg: pkg.UserKlass): kotlin.Unit public fun testIdenticalValueParameters(/*0*/ arg: pkg.UserKlass): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testMultipleDifferentlyNamedTypeParametersA(): kotlin.Unit public fun testMultipleDifferentlyNamedTypeParametersA(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testMultipleDifferentlyNamedTypeParametersB(): kotlin.Unit public fun testMultipleDifferentlyNamedTypeParametersB(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testMultipleDifferentlyNamedValueParametersA(/*0*/ arg1: pkg.UserKlassA, /*1*/ arg2A: pkg.UserKlassB): kotlin.Unit public fun testMultipleDifferentlyNamedValueParametersA(/*0*/ arg1: pkg.UserKlassA, /*1*/ arg2B: pkg.UserKlassB): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testMultipleDifferentlyNamedValueParametersB(/*0*/ arg1A: pkg.UserKlassA, /*1*/ arg2A: pkg.UserKlassB): kotlin.Unit public fun testMultipleDifferentlyNamedValueParametersB(/*0*/ arg1B: pkg.UserKlassA, /*1*/ arg2B: pkg.UserKlassB): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testMultipleIdenticalTypeParameters(): kotlin.Unit public fun testMultipleIdenticalTypeParameters(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testMultipleIdenticalValueParameters(/*0*/ arg1: pkg.UserKlassA, /*1*/ arg2: pkg.UserKlassB): kotlin.Unit public fun testMultipleIdenticalValueParameters(/*0*/ arg1: pkg.UserKlassA, /*1*/ arg2: pkg.UserKlassB): kotlin.Unit public fun testMultipleTypeAliasedValueParameterTypesA(/*0*/ arg1: pkg.UserKlassA, /*1*/ arg2: pkg.SameUserKlassB /* = pkg.UserKlassB */): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testMultipleTypeAliasedValueParameterTypesA(/*0*/ arg1: pkg.UserKlassA, /*1*/ arg2: pkg.UserKlassB): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testMultipleTypeAliasedValueParameterTypesAReverse(/*0*/ arg1: pkg.UserKlassA, /*1*/ arg2: pkg.SameUserKlassB /* = pkg.UserKlassB */): kotlin.Unit public fun testMultipleTypeAliasedValueParameterTypesAReverse(/*0*/ arg1: pkg.UserKlassA, /*1*/ arg2: pkg.UserKlassB): kotlin.Unit public fun testMultipleTypeAliasedValueParameterTypesB(/*0*/ arg1: pkg.SameUserKlassA /* = pkg.UserKlassA */, /*1*/ arg2: pkg.SameUserKlassB /* = pkg.UserKlassB */): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testMultipleTypeAliasedValueParameterTypesB(/*0*/ arg1: pkg.UserKlassA, /*1*/ arg2: pkg.UserKlassB): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testMultipleTypeAliasedValueParameterTypesBReverse(/*0*/ arg1: pkg.SameUserKlassA /* = pkg.UserKlassA */, /*1*/ arg2: pkg.SameUserKlassB /* = pkg.UserKlassB */): kotlin.Unit public fun testMultipleTypeAliasedValueParameterTypesBReverse(/*0*/ arg1: pkg.UserKlassA, /*1*/ arg2: pkg.UserKlassB): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeAliasedReturnTypes(): pkg.UserKlass public fun testTypeAliasedReturnTypes(): pkg.SameUserKlass /* = pkg.UserKlass */ @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeAliasedReturnTypesReverse(): pkg.SameUserKlass /* = pkg.UserKlass */ public fun testTypeAliasedReturnTypesReverse(): pkg.UserKlass public fun testTypeAliasedValueParameterTypes(/*0*/ arg: pkg.SameUserKlass /* = pkg.UserKlass */): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeAliasedValueParameterTypes(/*0*/ arg: pkg.UserKlass): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeAliasedValueParameterTypesReverse(/*0*/ arg: pkg.SameUserKlass /* = pkg.UserKlass */): kotlin.Unit public fun testTypeAliasedValueParameterTypesReverse(/*0*/ arg: pkg.UserKlass): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithDifferentUpperBounds(): kotlin.Unit public fun testTypeParameterWithDifferentUpperBounds(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithIdenticalUpperBoundsA(): kotlin.Unit public fun testTypeParameterWithIdenticalUpperBoundsA(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithIdenticalUpperBoundsB(/*0*/ arg: T): kotlin.Unit public fun testTypeParameterWithIdenticalUpperBoundsB(/*0*/ arg: T): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithIdenticalUpperBoundsC(/*0*/ arg: pkg.Invariant): kotlin.Unit public fun testTypeParameterWithIdenticalUpperBoundsC(/*0*/ arg: pkg.Invariant): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleDifferentUpperBoundsAA(): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleDifferentUpperBoundsAA(): kotlin.Unit where T : pkg.UserInterfaceC @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleDifferentUpperBoundsAB(): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleDifferentUpperBoundsAB(): kotlin.Unit where T : pkg.UserInterfaceC @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleDifferentUpperBoundsAC(): kotlin.Unit where T : pkg.UserInterfaceA public fun testTypeParameterWithMultipleDifferentUpperBoundsAC(): kotlin.Unit where T : pkg.UserInterfaceA @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleDifferentUpperBoundsBA(): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleDifferentUpperBoundsBA(): kotlin.Unit where T : pkg.UserInterfaceD @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleDifferentUpperBoundsBB(): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleDifferentUpperBoundsBB(): kotlin.Unit where T : pkg.UserInterfaceD @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleIdenticalUpperBoundsAA(): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleIdenticalUpperBoundsAA(): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleIdenticalUpperBoundsAB(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleIdenticalUpperBoundsAB(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleIdenticalUpperBoundsAC(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleIdenticalUpperBoundsAC(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleIdenticalUpperBoundsBA(): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleIdenticalUpperBoundsBA(): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleIdenticalUpperBoundsBB(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleIdenticalUpperBoundsBB(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleIdenticalUpperBoundsBC(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleIdenticalUpperBoundsBC(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleShuffledUpperBoundsAA(): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleShuffledUpperBoundsAA(): kotlin.Unit where T : pkg.UserInterfaceA @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleShuffledUpperBoundsAB(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleShuffledUpperBoundsAB(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceA @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleShuffledUpperBoundsAC(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleShuffledUpperBoundsAC(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceA @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleShuffledUpperBoundsBA(): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleShuffledUpperBoundsBA(): kotlin.Unit where T : pkg.UserInterfaceA @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleShuffledUpperBoundsBB(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleShuffledUpperBoundsBB(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceA @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleShuffledUpperBoundsBC(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleShuffledUpperBoundsBC(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceA public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsAAA(): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsAAA(): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsAAAReverse(): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsAAAReverse(): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsAAB(/*0*/ arg: T): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsAAB(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsAABReverse(/*0*/ arg: T): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsAABReverse(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsAAC(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsAAC(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsAACReverse(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsAACReverse(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsABA(): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsABA(): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsABAReverse(): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsABAReverse(): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsABB(/*0*/ arg: T): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsABB(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsABBReverse(/*0*/ arg: T): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsABBReverse(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsABC(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsABC(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsABCReverse(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsABCReverse(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsACA(): kotlin.Unit where T : pkg.UserInterfaceA @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsACA(): kotlin.Unit where T : pkg.UserInterfaceA @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsACAReverse(): kotlin.Unit where T : pkg.UserInterfaceA public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsACAReverse(): kotlin.Unit where T : pkg.UserInterfaceA public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsACB(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceA @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsACB(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceA @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsACBReverse(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceA public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsACBReverse(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceA public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsACC(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceA @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsACC(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceA @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsACCReverse(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceA public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsACCReverse(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceA public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBAA(): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBAA(): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBAAReverse(): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBAAReverse(): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBAB(/*0*/ arg: T): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBAB(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBABReverse(/*0*/ arg: T): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBABReverse(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBAC(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBAC(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBACReverse(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBACReverse(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBBA(): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBBA(): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBBAReverse(): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBBAReverse(): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBBB(/*0*/ arg: T): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBBB(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBBBReverse(/*0*/ arg: T): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBBBReverse(/*0*/ arg: T): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBBC(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBBC(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceB @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBBCReverse(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.SameUserInterfaceB /* = pkg.UserInterfaceB */ public fun testTypeParameterWithMultipleTypeAliasedUpperBoundsBBCReverse(/*0*/ arg: pkg.Invariant): kotlin.Unit where T : pkg.UserInterfaceB public fun testTypeParameterWithTypeAliasedUpperBoundsA(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithTypeAliasedUpperBoundsA(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithTypeAliasedUpperBoundsAReverse(): kotlin.Unit public fun testTypeParameterWithTypeAliasedUpperBoundsAReverse(): kotlin.Unit public fun testTypeParameterWithTypeAliasedUpperBoundsB(/*0*/ arg: T): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithTypeAliasedUpperBoundsB(/*0*/ arg: T): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithTypeAliasedUpperBoundsBReverse(/*0*/ arg: T): kotlin.Unit public fun testTypeParameterWithTypeAliasedUpperBoundsBReverse(/*0*/ arg: T): kotlin.Unit public fun testTypeParameterWithTypeAliasedUpperBoundsC(/*0*/ arg: pkg.Invariant): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithTypeAliasedUpperBoundsC(/*0*/ arg: pkg.Invariant): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testTypeParameterWithTypeAliasedUpperBoundsCReverse(/*0*/ arg: pkg.Invariant): kotlin.Unit public fun testTypeParameterWithTypeAliasedUpperBoundsCReverse(/*0*/ arg: pkg.Invariant): kotlin.Unit public fun > testTypeParameterWithVarianceDifferentUpperBoundsA(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun > testTypeParameterWithVarianceDifferentUpperBoundsA(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun > testTypeParameterWithVarianceDifferentUpperBoundsAReverse(): kotlin.Unit public fun > testTypeParameterWithVarianceDifferentUpperBoundsAReverse(): kotlin.Unit public fun > testTypeParameterWithVarianceDifferentUpperBoundsB(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun > testTypeParameterWithVarianceDifferentUpperBoundsB(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun > testTypeParameterWithVarianceDifferentUpperBoundsBReverse(): kotlin.Unit public fun > testTypeParameterWithVarianceDifferentUpperBoundsBReverse(): kotlin.Unit public fun > testTypeParameterWithVarianceDifferentUpperBoundsC(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun > testTypeParameterWithVarianceDifferentUpperBoundsC(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun > testTypeParameterWithVarianceDifferentUpperBoundsCReverse(): kotlin.Unit public fun > testTypeParameterWithVarianceDifferentUpperBoundsCReverse(): kotlin.Unit public fun > testTypeParameterWithVarianceDifferentUpperBoundsD(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun > testTypeParameterWithVarianceDifferentUpperBoundsD(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun > testTypeParameterWithVarianceDifferentUpperBoundsDReverse(): kotlin.Unit public fun > testTypeParameterWithVarianceDifferentUpperBoundsDReverse(): kotlin.Unit public fun > testTypeParameterWithVarianceDifferentUpperBoundsE(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun > testTypeParameterWithVarianceDifferentUpperBoundsE(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun > testTypeParameterWithVarianceDifferentUpperBoundsEReverse(): kotlin.Unit public fun > testTypeParameterWithVarianceDifferentUpperBoundsEReverse(): kotlin.Unit public fun > testTypeParameterWithVarianceDifferentUpperBoundsF(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun > testTypeParameterWithVarianceDifferentUpperBoundsF(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun > testTypeParameterWithVarianceDifferentUpperBoundsFReverse(): kotlin.Unit public fun > testTypeParameterWithVarianceDifferentUpperBoundsFReverse(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testValueParameterWithAliasedDefaultArguments(/*0*/ arg: pkg.UserKlass = ...): kotlin.Unit public fun testValueParameterWithAliasedDefaultArguments(/*0*/ arg: pkg.UserKlass = ...): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testValueParameterWithAliasedDefaultArgumentsReverse(/*0*/ arg: pkg.UserKlass = ...): kotlin.Unit public fun testValueParameterWithAliasedDefaultArgumentsReverse(/*0*/ arg: pkg.UserKlass = ...): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testValueParameterWithDifferentDefaultArguments(/*0*/ arg: pkg.UserKlass = ...): kotlin.Unit public fun testValueParameterWithDifferentDefaultArguments(/*0*/ arg: pkg.UserKlass = ...): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testValueParameterWithIdenticalDefaultArguments(/*0*/ arg: pkg.UserKlass = ...): kotlin.Unit public fun testValueParameterWithIdenticalDefaultArguments(/*0*/ arg: pkg.UserKlass = ...): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testVarianceDifferentReturnTypesA(): pkg.Invariant public fun testVarianceDifferentReturnTypesA(): pkg.Invariant @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testVarianceDifferentReturnTypesAReverse(): pkg.Invariant public fun testVarianceDifferentReturnTypesAReverse(): pkg.Invariant @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testVarianceDifferentReturnTypesB(): pkg.Invariant public fun testVarianceDifferentReturnTypesB(): pkg.Invariant @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testVarianceDifferentReturnTypesBReverse(): pkg.Invariant public fun testVarianceDifferentReturnTypesBReverse(): pkg.Invariant @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testVarianceDifferentReturnTypesC(): pkg.Invariant public fun testVarianceDifferentReturnTypesC(): pkg.Invariant<*> @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testVarianceDifferentReturnTypesCReverse(): pkg.Invariant<*> public fun testVarianceDifferentReturnTypesCReverse(): pkg.Invariant @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testVarianceDifferentReturnTypesD(): pkg.Invariant public fun testVarianceDifferentReturnTypesD(): pkg.Invariant<*> @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testVarianceDifferentReturnTypesDReverse(): pkg.Invariant<*> public fun testVarianceDifferentReturnTypesDReverse(): pkg.Invariant @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testVarianceDifferentReturnTypesE(): pkg.Invariant public fun testVarianceDifferentReturnTypesE(): pkg.Invariant<*> @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testVarianceDifferentReturnTypesEReverse(): pkg.Invariant<*> public fun testVarianceDifferentReturnTypesEReverse(): pkg.Invariant @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testVarianceDifferentReturnTypesF(): pkg.Invariant public fun testVarianceDifferentReturnTypesF(): pkg.Invariant @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun testVarianceDifferentReturnTypesFReverse(): pkg.Invariant public fun testVarianceDifferentReturnTypesFReverse(): pkg.Invariant @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public infix fun pkg.UserKlass.testDifferencesInInfixModifierPresence(/*0*/ arg: pkg.UserKlass): kotlin.Unit public fun pkg.UserKlass.testDifferencesInInfixModifierPresence(/*0*/ arg: pkg.UserKlass): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun pkg.UserKlass.testDifferencesInInfixModifierPresenceReverse(/*0*/ arg: pkg.UserKlass): kotlin.Unit public infix fun pkg.UserKlass.testDifferencesInInfixModifierPresenceReverse(/*0*/ arg: pkg.UserKlass): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun pkg.UserKlass.testIdenticalExtensionReceivers(): kotlin.Unit public fun pkg.UserKlass.testIdenticalExtensionReceivers(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public infix fun pkg.UserKlass.testIdenticalPresenceOfInfixModifier(/*0*/ arg: pkg.UserKlass): kotlin.Unit public infix fun pkg.UserKlass.testIdenticalPresenceOfInfixModifier(/*0*/ arg: pkg.UserKlass): kotlin.Unit public fun pkg.SameUserKlass /* = pkg.UserKlass */.testTypeAliasedExtensionReceivers(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun pkg.UserKlass.testTypeAliasedExtensionReceivers(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun pkg.SameUserKlass /* = pkg.UserKlass */.testTypeAliasedExtensionReceiversReverse(): kotlin.Unit public fun pkg.UserKlass.testTypeAliasedExtensionReceiversReverse(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun pkg.UserKlassB.unaryMinus(): kotlin.Unit public operator fun pkg.UserKlassB.unaryMinus(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public operator fun pkg.UserKlassA.unaryPlus(): kotlin.Unit public operator fun pkg.UserKlassA.unaryPlus(): kotlin.Unit @kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public operator fun pkg.UserKlassB.unaryPlus(): kotlin.Unit public fun pkg.UserKlassB.unaryPlus(): kotlin.Unit public open class Invariant { public constructor Invariant() 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 } public interface UserInterface { 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 } public interface UserInterfaceA { 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 } public interface UserInterfaceB { 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 } public interface UserInterfaceC { 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 } public interface UserInterfaceD { 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 } public final class UserKlass { public constructor UserKlass() 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 } public final class UserKlassA { public constructor UserKlassA() 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 } public final class UserKlassB { public constructor UserKlassB() 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 } public typealias SameUserInterface = pkg.UserInterface public typealias SameUserInterfaceA = pkg.UserInterfaceA public typealias SameUserInterfaceB = pkg.UserInterfaceB public typealias SameUserKlass = pkg.UserKlass public typealias SameUserKlassA = pkg.UserKlassA public typealias SameUserKlassB = pkg.UserKlassB }