Files
kotlin/compiler/testData/loadJava/compiledJavaCompareWithKotlin/annotation/AnnotatedMethod.txt
2013-03-12 20:40:19 +04:00

7 lines
200 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() : Unit
}