Files
kotlin/compiler/testData/loadJava/compiledJavaCompareWithKotlin/annotation/AnnotatedMethod.kt
2014-07-25 21:19:38 +04:00

7 lines
140 B
Kotlin

//ALLOW_AST_ACCESS
package test
public open class AnnotatedMethod() {
public open deprecated("Deprecated in Java") fun f(): Unit { }
}