MODULE_FRAGMENT
  FILE fqName:<root> fileName:main.kt
    FUN name:foo visibility:public modality:FINAL returnType:kotlin.Int
      annotations:
        Anno(x = ["A", "B"] type=kotlin.Array<out kotlin.String> varargElementType=kotlin.String)
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun foo (): kotlin.Int declared in <root>'
          CONST Int type=kotlin.Int value=10
    FUN name:test visibility:public modality:FINAL returnType:kotlin.Unit
      BLOCK_BODY
        VAR name:x type:kotlin.Int [val]
          CALL 'public final fun foo (): kotlin.Int declared in <root>' type=kotlin.Int origin=null
