af58b30e5f
#KT-61100 Fixed
11 lines
436 B
Plaintext
Vendored
11 lines
436 B
Plaintext
Vendored
public abstract interface EmptyArrayInParam : R|kotlin/Any| {
|
|
@R|test/EmptyArrayInParam.MyAnnotation|(value = <implicitArrayOf>()) public open class A : R|kotlin/Any| {
|
|
public constructor(): R|test/EmptyArrayInParam.A|
|
|
|
|
}
|
|
public final annotation class MyAnnotation : R|kotlin/Annotation| {
|
|
public constructor(vararg value: R|kotlin/Array<out kotlin/String>|): R|test/EmptyArrayInParam.MyAnnotation|
|
|
|
|
}
|
|
}
|