FILE /justLambda.kt
  PROPERTY public val test1: () -> kotlin.Int
    EXPRESSION_BODY
      BLOCK type=() -> kotlin.Int operator=LAMBDA
        FUN local final fun <anonymous>(): kotlin.Int
          BLOCK_BODY
            RETURN type=kotlin.Nothing from=<anonymous>
              CONST Int type=kotlin.Int value='42'
        CALLABLE_REFERENCE <anonymous> type=() -> kotlin.Int operator=LAMBDA
  PROPERTY public val test2: () -> kotlin.Unit
    EXPRESSION_BODY
      BLOCK type=() -> kotlin.Unit operator=LAMBDA
        FUN local final fun <anonymous>(): kotlin.Unit
          BLOCK_BODY
            RETURN type=kotlin.Nothing from=<anonymous>
        CALLABLE_REFERENCE <anonymous> type=() -> kotlin.Unit operator=LAMBDA
