Files
kotlin/compiler/testData/loadJava/annotation/AnnotatedMethod.txt
Evgeny Gerashchenko 6ab081d969 Regenerated test data.
2012-12-27 20:46:58 +04:00

7 lines
188 B
Plaintext

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