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
          <class: T1>: <none>
  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 of <uninitialized parent>?) declared in <root>.J1' type=<root>.J1<kotlin.Int> origin=null
          <class: T1>: <none>
          x1: CONST Int type=kotlin.Int value=1
  FUN name:test3 visibility:public modality:FINAL <> (j1:<root>.J1<kotlin.Any>) returnType:IrErrorType
    VALUE_PARAMETER 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>): IrErrorType declared in <root>'
        ERROR_CALL 'Unresolved reference: <Unresolved name: J2>#' type=IrErrorType
  FUN name:test4 visibility:public modality:FINAL <> (j1:<root>.J1<kotlin.Any>) returnType:IrErrorType 
    VALUE_PARAMETER 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>): IrErrorType declared in <root>'
        ERROR_CALL 'Unresolved reference: <Unresolved name: J2>#' type=IrErrorType
          CONST Int type=kotlin.Int value=1

