Files
kotlin/compiler/testData/loadJava/compiledJavaCompareWithKotlin/annotation/AnnotatedMethod.txt
2013-04-29 15:44:07 +04:00

7 lines
203 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
}