package test

public open class ConstructorWithNewTypeParams</*0*/ T> {
    public constructor ConstructorWithNewTypeParams</*0*/ T>(/*0*/ first: kotlin.Any)
}
