Files
kotlin/compiler/testData/loadJava/compiledJavaCompareWithKotlin/annotation/AnnotatedMethod.txt
2013-03-22 16:38:26 +04:00

7 lines
204 B
Plaintext

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