package test public open class AnnotatedMethod() : java.lang.Object() { public open deprecated("Deprecated in Java") fun f(): Unit { } }