FILE fqName:<root> fileName:/javaConstructorWithTypeParameters.kt
  FUN name:test1 visibility:public modality:FINAL returnType:<root>.J1<kotlin.Int>
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun test1 (): <root>.J1<kotlin.Int> declared in <root>'
        CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.J1' type=<root>.J1<kotlin.Int> origin=null
          TYPE_ARG (of class) T1: @[FlexibleNullability] kotlin.Int?
  FUN name:test2 visibility:public modality:FINAL returnType:<root>.J1<kotlin.Int>
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun test2 (): <root>.J1<kotlin.Int> declared in <root>'
        CONSTRUCTOR_CALL 'public constructor <init> <X1> (x1: @[FlexibleNullability] X1 of <root>.J1.<init>?) declared in <root>.J1' type=<root>.J1<kotlin.Int> origin=null
          TYPE_ARG (of class) T1: @[FlexibleNullability] kotlin.Int?
          TYPE_ARG X1: @[FlexibleNullability] kotlin.Int?
          ARG x1: CONST Int type=kotlin.Int value=1
  FUN name:test3 visibility:public modality:FINAL returnType:<root>.J1.J2<kotlin.Int, kotlin.Any>
    VALUE_PARAMETER kind:Regular name:j1 index:0 type:<root>.J1<kotlin.Any>
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun test3 (j1: <root>.J1<kotlin.Any>): <root>.J1.J2<kotlin.Int, kotlin.Any> declared in <root>'
        CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.J1.J2' type=<root>.J1.J2<kotlin.Int, kotlin.Any> origin=null
          TYPE_ARG (of class) T2: @[FlexibleNullability] kotlin.Int?
          ARG <this>: GET_VAR 'j1: <root>.J1<kotlin.Any> declared in <root>.test3' type=<root>.J1<kotlin.Any> origin=null
  FUN name:test4 visibility:public modality:FINAL returnType:<root>.J1.J2<kotlin.Int, kotlin.Any>
    VALUE_PARAMETER kind:Regular name:j1 index:0 type:<root>.J1<kotlin.Any>
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun test4 (j1: <root>.J1<kotlin.Any>): <root>.J1.J2<kotlin.Int, kotlin.Any> declared in <root>'
        CONSTRUCTOR_CALL 'public constructor <init> <X2> (x2: @[FlexibleNullability] X2 of <root>.J1.J2.<init>?) declared in <root>.J1.J2' type=<root>.J1.J2<kotlin.Int, kotlin.Any> origin=null
          TYPE_ARG (of class) T2: @[FlexibleNullability] kotlin.Int?
          TYPE_ARG X2: @[FlexibleNullability] kotlin.Int?
          ARG <this>: GET_VAR 'j1: <root>.J1<kotlin.Any> declared in <root>.test4' type=<root>.J1<kotlin.Any> origin=null
          ARG x2: CONST Int type=kotlin.Int value=1
