FILE fqName:<root> fileName:/reflectionLiterals.kt
  CLASS CLASS name:A modality:FINAL visibility:public flags:
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:A flags:
    superClasses:
      CLASS IR_EXTERNAL_DECLARATION_STUB CLASS name:Any modality:OPEN visibility:public flags:
    CONSTRUCTOR visibility:public <> () returnType:A flags:
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
        INSTANCE_INITIALIZER_CALL classDescriptor='A'
    FUN name:foo visibility:public modality:FINAL <> ($this:A) returnType:Unit flags:
      $this: VALUE_PARAMETER name:<this> type:A flags:
      BLOCK_BODY
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
      overridden:
        FUN IR_EXTERNAL_DECLARATION_STUB name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:Boolean flags:
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
      VALUE_PARAMETER name:other index:0 type:kotlin.Any? flags:
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
      overridden:
        FUN IR_EXTERNAL_DECLARATION_STUB name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:Int flags:
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
      overridden:
        FUN IR_EXTERNAL_DECLARATION_STUB name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:String flags:
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any flags:
  FUN name:bar visibility:public modality:FINAL <> () returnType:Unit flags:
    BLOCK_BODY
  PROPERTY name:qux type:kotlin.Int visibility:public modality:FINAL flags:val
    FIELD PROPERTY_BACKING_FIELD name:qux type:kotlin.Int visibility:public
      EXPRESSION_BODY
        CONST Int type=kotlin.Int value=42
    FUN DEFAULT_PROPERTY_ACCESSOR name:<get-qux> visibility:public modality:FINAL <> () returnType:Int flags:
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='<get-qux>(): Int'
          GET_FIELD 'qux: Int' type=kotlin.Int origin=null
  PROPERTY name:test1 type:kotlin.reflect.KClass<A> visibility:public modality:FINAL flags:val
    FIELD PROPERTY_BACKING_FIELD name:test1 type:kotlin.reflect.KClass<A> visibility:public
      EXPRESSION_BODY
        CLASS_REFERENCE 'A' type=kotlin.reflect.KClass<A>
    FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test1> visibility:public modality:FINAL <> () returnType:KClass<A> flags:
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='<get-test1>(): KClass<A>'
          GET_FIELD 'test1: KClass<A>' type=kotlin.reflect.KClass<A> origin=null
  PROPERTY name:test2 type:kotlin.reflect.KClass<out kotlin.Int> visibility:public modality:FINAL flags:val
    FIELD PROPERTY_BACKING_FIELD name:test2 type:kotlin.reflect.KClass<out kotlin.Int> visibility:public
      EXPRESSION_BODY
        GET_CLASS type=kotlin.reflect.KClass<out kotlin.Int>
          CALL '<get-qux>(): Int' type=kotlin.Int origin=GET_PROPERTY
    FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test2> visibility:public modality:FINAL <> () returnType:KClass<out Int> flags:
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='<get-test2>(): KClass<out Int>'
          GET_FIELD 'test2: KClass<out Int>' type=kotlin.reflect.KClass<out kotlin.Int> origin=null
  PROPERTY name:test3 type:kotlin.reflect.KFunction1<A, kotlin.Unit> visibility:public modality:FINAL flags:val
    FIELD PROPERTY_BACKING_FIELD name:test3 type:kotlin.reflect.KFunction1<A, kotlin.Unit> visibility:public
      EXPRESSION_BODY
        FUNCTION_REFERENCE 'foo(): Unit' type=kotlin.reflect.KFunction1<A, kotlin.Unit> origin=null
    FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test3> visibility:public modality:FINAL <> () returnType:KFunction1<A, Unit> flags:
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='<get-test3>(): KFunction1<A, Unit>'
          GET_FIELD 'test3: KFunction1<A, Unit>' type=kotlin.reflect.KFunction1<A, kotlin.Unit> origin=null
  PROPERTY name:test4 type:kotlin.reflect.KFunction0<A> visibility:public modality:FINAL flags:val
    FIELD PROPERTY_BACKING_FIELD name:test4 type:kotlin.reflect.KFunction0<A> visibility:public
      EXPRESSION_BODY
        FUNCTION_REFERENCE 'constructor A()' type=kotlin.reflect.KFunction0<A> origin=null
    FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test4> visibility:public modality:FINAL <> () returnType:KFunction0<A> flags:
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='<get-test4>(): KFunction0<A>'
          GET_FIELD 'test4: KFunction0<A>' type=kotlin.reflect.KFunction0<A> origin=null
  PROPERTY name:test5 type:kotlin.reflect.KFunction0<kotlin.Unit> visibility:public modality:FINAL flags:val
    FIELD PROPERTY_BACKING_FIELD name:test5 type:kotlin.reflect.KFunction0<kotlin.Unit> visibility:public
      EXPRESSION_BODY
        FUNCTION_REFERENCE 'foo(): Unit' type=kotlin.reflect.KFunction0<kotlin.Unit> origin=null
          $this: CALL 'constructor A()' type=A origin=null
    FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test5> visibility:public modality:FINAL <> () returnType:KFunction0<Unit> flags:
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='<get-test5>(): KFunction0<Unit>'
          GET_FIELD 'test5: KFunction0<Unit>' type=kotlin.reflect.KFunction0<kotlin.Unit> origin=null
  PROPERTY name:test6 type:kotlin.reflect.KFunction0<kotlin.Unit> visibility:public modality:FINAL flags:val
    FIELD PROPERTY_BACKING_FIELD name:test6 type:kotlin.reflect.KFunction0<kotlin.Unit> visibility:public
      EXPRESSION_BODY
        FUNCTION_REFERENCE 'bar(): Unit' type=kotlin.reflect.KFunction0<kotlin.Unit> origin=null
    FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test6> visibility:public modality:FINAL <> () returnType:KFunction0<Unit> flags:
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='<get-test6>(): KFunction0<Unit>'
          GET_FIELD 'test6: KFunction0<Unit>' type=kotlin.reflect.KFunction0<kotlin.Unit> origin=null
  PROPERTY name:test7 type:kotlin.reflect.KProperty0<kotlin.Int> visibility:public modality:FINAL flags:val
    FIELD PROPERTY_BACKING_FIELD name:test7 type:kotlin.reflect.KProperty0<kotlin.Int> visibility:public
      EXPRESSION_BODY
        PROPERTY_REFERENCE 'qux: Int' field=null getter='<get-qux>(): Int' setter=null type=kotlin.reflect.KProperty0<kotlin.Int> origin=null
    FUN DEFAULT_PROPERTY_ACCESSOR name:<get-test7> visibility:public modality:FINAL <> () returnType:KProperty0<Int> flags:
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='<get-test7>(): KProperty0<Int>'
          GET_FIELD 'test7: KProperty0<Int>' type=kotlin.reflect.KProperty0<kotlin.Int> origin=null

