blob: 0880c76ce778f15f5ec3ef2d9b9954e1021e92e8 [file]
package test
const val MSG = "Hello" + " World"
@Deprecated(MSG)
fun foo() {}