Files
kotlin/compiler/testData/loadJava/compiledJavaCompareWithKotlin/annotation/AnnotatedMethod.txt
2013-03-12 19:31:45 +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
}