blob: bfc4a23a0e9ea5e35d59ba2a0f60759ac16c600f [file] [log] [blame]
//ALLOW_AST_ACCESS
package test
public open class AnnotatedMethod() {
public open @Deprecated("Deprecated in Java") fun f(): Unit { }
}