blob: 8a7a3eddd626fe5d02bd5859512769557a927bc1 [file]
package test
interface Some {
@Deprecated("some" + "message", ReplaceWith("some" + "replacement"), DeprecationLevel.WARNING)
fun foo()
}