Files
kotlin/compiler/testData/loadJava/annotation/SimpleAnnotation.txt
Alexander Udalov d99ffbd120 jet.Annotation
Create a supertype for all Kotlin annotations, jet.Annotation.
Map java.lang.annotation.Annotation to jet.Annotation and vice versa.
Add extension function "annotationType()" to every annotation, similar to java.lang.annotation.Annotation.annotationType()
 #KT-1620 Fixed
2012-08-27 20:44:43 +04:00

6 lines
158 B
Plaintext

namespace test
public final annotation class test.SimpleAnnotation : jet.Annotation {
public final /*constructor*/ fun <init>(): test.SimpleAnnotation
}