Annotation methods never return null
This commit is contained in:
@@ -4,7 +4,7 @@ public trait StringInParam : java.lang.Object {
|
||||
|
||||
public final annotation class Anno : jet.Annotation {
|
||||
public constructor Anno(/*0*/ value: jet.String)
|
||||
public abstract fun value(): jet.String?
|
||||
public abstract fun value(): jet.String
|
||||
}
|
||||
|
||||
test.StringInParam.Anno(value = "hello": jet.String) public open class Class : java.lang.Object {
|
||||
|
||||
Reference in New Issue
Block a user