Files
kotlin/compiler/testData/readJavaBinaryClass/annotation/AnnotatedMethod.txt
Stepan Koltsov 13a9108f05 sort members in Read*BinaryClassTest
test should not fail if hash code or hash set is implemented diffently
2012-05-23 02:52:31 +04:00

10 lines
273 B
Plaintext

namespace test
final annotation class test.Aaa : jet.Any {
final /*constructor*/ fun <init>(): test.Aaa
}
open class test.HasAnnotatedMethod : java.lang.Object {
final /*constructor*/ fun <init>(): test.HasAnnotatedMethod
open test.Aaa() fun f(): jet.Tuple0
}