mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 08:31:30 +00:00
14 lines
565 B
Plaintext
14 lines
565 B
Plaintext
package test
|
|
|
|
public /*synthesized*/ fun NullInAnnotation(/*0*/ function: () -> jet.Unit): test.NullInAnnotation
|
|
|
|
public trait NullInAnnotation : java.lang.Object {
|
|
test.NullInAnnotation.Ann(a = null: jet.Nothing?, b = {null}: jet.Array<jet.String>) public abstract fun foo(): jet.Unit
|
|
|
|
public final annotation class Ann : jet.Annotation {
|
|
public constructor Ann(/*0*/ a: jet.String, /*1*/ vararg b: jet.String /*jet.Array<jet.String>*/)
|
|
public abstract fun a(): jet.String
|
|
public abstract fun b(): jet.Array<jet.String>
|
|
}
|
|
}
|