mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
10 lines
273 B
Plaintext
10 lines
273 B
Plaintext
namespace test
|
|
|
|
open class test.HasAnnotatedMethod : java.lang.Object {
|
|
final /*constructor*/ fun <init>(): test.HasAnnotatedMethod
|
|
open test.Aaa() fun f(): jet.Tuple0
|
|
}
|
|
final annotation class test.Aaa : jet.Any {
|
|
final /*constructor*/ fun <init>(): test.Aaa
|
|
}
|