package test

public open class ArrayType {
    public constructor ArrayType()
    public open fun foo(): kotlin.Array<kotlin.String>
}
