package test

public open class ConstructorWithParentTypeParams</*0*/ T : kotlin.Any!> {
    public constructor ConstructorWithParentTypeParams</*0*/ T : kotlin.Any!>(/*0*/ p0: T!)
}
