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
This commit is contained in:
@@ -26,7 +26,7 @@ trait TheTrait {
|
||||
}
|
||||
|
||||
//package rendererTest defined in root package
|
||||
//internal final annotation class TheAnnotation defined in rendererTest
|
||||
//internal final annotation class TheAnnotation : jet.Annotation defined in rendererTest
|
||||
//public open class TheClass<out T : jet.Int, X> defined in rendererTest
|
||||
//<out T : jet.Int> defined in rendererTest.TheClass
|
||||
//<X> defined in rendererTest.TheClass
|
||||
|
||||
Reference in New Issue
Block a user