Annotation methods never return null
This commit is contained in:
@@ -8,6 +8,6 @@ public trait ArrayOfStringInParam : java.lang.Object {
|
||||
|
||||
public final annotation class MyAnnotation : jet.Annotation {
|
||||
public constructor MyAnnotation(/*0*/ vararg value: jet.String /*jet.Array<jet.String>*/)
|
||||
public abstract fun value(): jet.Array<jet.String>?
|
||||
public abstract fun value(): jet.Array<jet.String>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user