package test

public open class ConstructorWithoutParams {
    public constructor ConstructorWithoutParams()
}
