Files
kotlin-fork/compiler/testData/readJavaBinaryClass/annotation/AnnotatedMethod.txt
T
2012-06-16 19:38:19 +04:00

7 lines
205 B
Plaintext

namespace test
public open class test.AnnotatedMethod : java.lang.Object {
public final /*constructor*/ fun <init>(): test.AnnotatedMethod
public open java.lang.Deprecated() fun f(): jet.Tuple0
}