package test

public open class ConstructorWithoutParams : java.lang.Object {
    public constructor ConstructorWithoutParams()
}
