FILE fqName:<root> fileName:/nonKotlinContractCall2.kt
  CLASS CLASS name:Test modality:FINAL visibility:public superTypes:[kotlin.Any]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.Test
    CONSTRUCTOR visibility:public <> () returnType:<root>.Test [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Test modality:FINAL visibility:public superTypes:[kotlin.Any]' type=kotlin.Unit
    FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
      overridden:
        public open fun equals (other: kotlin.Any?): kotlin.Boolean declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
      VALUE_PARAMETER name:other index:0 type:kotlin.Any?
    FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
      overridden:
        public open fun hashCode (): kotlin.Int declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
      overridden:
        public open fun toString (): kotlin.String declared in kotlin.Any
      $this: VALUE_PARAMETER name:<this> type:kotlin.Any
  FUN name:contract visibility:public modality:FINAL <> (test:<root>.Test) returnType:kotlin.Unit
    VALUE_PARAMETER name:test index:0 type:<root>.Test
    BLOCK_BODY
  FUN name:test visibility:public modality:FINAL <> () returnType:kotlin.Unit
    BLOCK_BODY
      CALL 'public final fun contract (test: <root>.Test): kotlin.Unit declared in <root>' type=kotlin.Unit origin=null
        test: CALL 'public final fun testBuilder (id: kotlin.String, lambda: @[ExtensionFunctionType] kotlin.Function1<<root>.Test, kotlin.Unit>): <root>.Test declared in <root>' type=<root>.Test origin=null
          lambda: FUN_EXPR type=@[ExtensionFunctionType] kotlin.Function1<<root>.Test, kotlin.Unit> origin=LAMBDA
            FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> ($receiver:<root>.Test) returnType:kotlin.Unit
              $receiver: VALUE_PARAMETER name:$this$testBuilder type:<root>.Test
              BLOCK_BODY
                RETURN type=kotlin.Nothing from='local final fun <anonymous> (): kotlin.Unit declared in <root>.test'
                  GET_OBJECT 'CLASS OBJECT name:Unit modality:FINAL visibility:public superTypes:[kotlin.Any]' type=kotlin.Unit
  FUN name:testBuilder visibility:public modality:FINAL <> (id:kotlin.String, lambda:@[ExtensionFunctionType] kotlin.Function1<<root>.Test, kotlin.Unit>) returnType:<root>.Test
    VALUE_PARAMETER name:id index:0 type:kotlin.String
      EXPRESSION_BODY
        CONST String type=kotlin.String value=""
    VALUE_PARAMETER name:lambda index:1 type:@[ExtensionFunctionType] kotlin.Function1<<root>.Test, kotlin.Unit>
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='public final fun testBuilder (id: kotlin.String, lambda: @[ExtensionFunctionType] kotlin.Function1<<root>.Test, kotlin.Unit>): <root>.Test declared in <root>'
        CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.Test' type=<root>.Test origin=null
