namespace test

open class test.FieldOfArrayType : jet.Any {
    final /*constructor*/ fun <init>(): test.FieldOfArrayType
    final var files: jet.Array<java.io.File?>?
}
