mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 08:31:29 +00:00
7 lines
161 B
Kotlin
7 lines
161 B
Kotlin
//ALLOW_AST_ACCESS
|
|
package test
|
|
|
|
public open class AnnotatedMethod() : java.lang.Object() {
|
|
public open deprecated("Deprecated in Java") fun f(): Unit { }
|
|
}
|