blob: 3fce742cf7a5e4233cc500690e49d21de4a53821 [file] [log] [blame]
package test
annotation class AAA
enum class MyEnum(@param:AAA @property:Deprecated("") val ord: Int) {
ENTRY(239);
fun f(@java.lang.Deprecated p: Int) {
}
}