package test

public open class MethodWithTypePRefClassP</*0*/ P : kotlin.Any!> {
    public constructor MethodWithTypePRefClassP</*0*/ P : kotlin.Any!>()
    public final fun </*0*/ Q : P!> f(): kotlin.Unit
}
