package test

public open class ConstructorWithoutParams {
    /*primary*/ public constructor ConstructorWithoutParams()
}
