FILE fqName:<root> fileName:/typeParameterBeforeBound.kt
  CLASS CLASS name:Test1 modality:FINAL visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Test1<T of <root>.Test1, U of <root>.Test1>
    TYPE_PARAMETER name:T index:0 variance: superTypes:[U of <root>.Test1] reified:false
    TYPE_PARAMETER name:U index:1 variance: superTypes:[kotlin.Any?] reified:false
    CONSTRUCTOR visibility:public returnType:<root>.Test1<T of <root>.Test1, U of <root>.Test1> [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Test1 modality:FINAL visibility:public superTypes:[kotlin.Any]' type=kotlin.Unit
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN returnType:kotlin.Boolean [fake_override,operator]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
      VALUE_PARAMETER kind:Regular name:other index:1 type:kotlin.Any?
      overridden:
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in kotlin.Any
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN returnType:kotlin.Int [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
      overridden:
        public open fun hashCode (): kotlin.Int declared in kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN returnType:kotlin.String [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
      overridden:
        public open fun toString (): kotlin.String declared in kotlin.Any
  FUN name:test2 visibility:public modality:FINAL returnType:kotlin.Unit
    TYPE_PARAMETER name:T index:0 variance: superTypes:[U of <root>.test2] reified:false
    TYPE_PARAMETER name:U index:1 variance: superTypes:[kotlin.Any?] reified:false
    BLOCK_BODY
  PROPERTY name:test3 visibility:public modality:FINAL [var]
    FUN name:<get-test3> visibility:public modality:FINAL returnType:kotlin.Unit
      TYPE_PARAMETER name:T index:0 variance: superTypes:[U of <root>.<get-test3>] reified:false
      TYPE_PARAMETER name:U index:1 variance: superTypes:[kotlin.Any?] reified:false
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:<root>.Test1<T of <root>.<get-test3>, U of <root>.<get-test3>>
      correspondingProperty: PROPERTY name:test3 visibility:public modality:FINAL [var]
      BLOCK_BODY
    FUN name:<set-test3> visibility:public modality:FINAL returnType:kotlin.Unit
      TYPE_PARAMETER name:T index:0 variance: superTypes:[U of <root>.<set-test3>] reified:false
      TYPE_PARAMETER name:U index:1 variance: superTypes:[kotlin.Any?] reified:false
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:<root>.Test1<T of <root>.<set-test3>, U of <root>.<set-test3>>
      VALUE_PARAMETER kind:Regular name:value index:1 type:kotlin.Unit
      correspondingProperty: PROPERTY name:test3 visibility:public modality:FINAL [var]
      BLOCK_BODY
