FILE /justLambda.kt
  PROPERTY public val lambda: () -> 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 local final fun <anonymous>(): kotlin.Int type=() -> kotlin.Int
