Annotation constructor parameters are never nullable
This commit is contained in:
@@ -3,7 +3,7 @@ package test
|
||||
public trait CustomAnnotation : java.lang.Object {
|
||||
|
||||
public final annotation class MyAnnotation : jet.Annotation {
|
||||
public constructor MyAnnotation(/*0*/ value: test.CustomAnnotation.MyEnum?)
|
||||
public constructor MyAnnotation(/*0*/ value: test.CustomAnnotation.MyEnum)
|
||||
public abstract fun value(): test.CustomAnnotation.MyEnum?
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user