Files
kotlin-fork/compiler/testData/diagnostics/tests/overload/noConflictingOverloadsWithDeprecatedHidden/DifferentDeprecationLevels.txt
T

10 lines
430 B
Plaintext
Vendored

package
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "") public fun TestError(): kotlin.Unit
public fun TestError(): kotlin.Unit
@kotlin.Deprecated(level = DeprecationLevel.HIDDEN, message = "") public fun TestHidden(): kotlin.Unit
public fun TestHidden(): kotlin.Unit
@kotlin.Deprecated(level = DeprecationLevel.WARNING, message = "") public fun TestWarning(): kotlin.Unit
public fun TestWarning(): kotlin.Unit