FILE fqName:<root> fileName:/typeVariableAfterBuildMap.kt
  CLASS CLASS name:Visibility modality:ABSTRACT visibility:public superTypes:[kotlin.Any]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.Visibility
    CONSTRUCTOR visibility:public <> (name:kotlin.String, isPublicAPI:kotlin.Boolean) returnType:<root>.Visibility [primary]
      VALUE_PARAMETER name:name index:0 type:kotlin.String
      VALUE_PARAMETER name:isPublicAPI index:1 type:kotlin.Boolean
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Visibility modality:ABSTRACT visibility:public superTypes:[kotlin.Any]'
    PROPERTY name:name visibility:public modality:FINAL [val]
      FIELD PROPERTY_BACKING_FIELD name:name type:kotlin.String visibility:private [final]
        EXPRESSION_BODY
          GET_VAR 'name: kotlin.String declared in <root>.Visibility.<init>' type=kotlin.String origin=INITIALIZE_PROPERTY_FROM_PARAMETER
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-name> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.String
        correspondingProperty: PROPERTY name:name visibility:public modality:FINAL [val]
        $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun <get-name> (): kotlin.String declared in <root>.Visibility'
            GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:name type:kotlin.String visibility:private [final]' type=kotlin.String origin=null
              receiver: GET_VAR '<this>: <root>.Visibility declared in <root>.Visibility.<get-name>' type=<root>.Visibility origin=null
    PROPERTY name:isPublicAPI visibility:public modality:FINAL [val]
      FIELD PROPERTY_BACKING_FIELD name:isPublicAPI type:kotlin.Boolean visibility:private [final]
        EXPRESSION_BODY
          GET_VAR 'isPublicAPI: kotlin.Boolean declared in <root>.Visibility.<init>' type=kotlin.Boolean origin=INITIALIZE_PROPERTY_FROM_PARAMETER
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-isPublicAPI> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.Boolean
        correspondingProperty: PROPERTY name:isPublicAPI visibility:public modality:FINAL [val]
        $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun <get-isPublicAPI> (): kotlin.Boolean declared in <root>.Visibility'
            GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:isPublicAPI type:kotlin.Boolean visibility:private [final]' type=kotlin.Boolean origin=null
              receiver: GET_VAR '<this>: <root>.Visibility declared in <root>.Visibility.<get-isPublicAPI>' type=<root>.Visibility origin=null
    PROPERTY name:internalDisplayName visibility:public modality:OPEN [val]
      FUN name:<get-internalDisplayName> visibility:public modality:OPEN <> ($this:<root>.Visibility) returnType:kotlin.String
        correspondingProperty: PROPERTY name:internalDisplayName visibility:public modality:OPEN [val]
        $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-internalDisplayName> (): kotlin.String declared in <root>.Visibility'
            CALL 'public final fun <get-name> (): kotlin.String declared in <root>.Visibility' type=kotlin.String origin=GET_PROPERTY
              $this: GET_VAR '<this>: <root>.Visibility declared in <root>.Visibility.<get-internalDisplayName>' type=<root>.Visibility origin=null
    PROPERTY name:externalDisplayName visibility:public modality:OPEN [val]
      FUN name:<get-externalDisplayName> visibility:public modality:OPEN <> ($this:<root>.Visibility) returnType:kotlin.String
        correspondingProperty: PROPERTY name:externalDisplayName visibility:public modality:OPEN [val]
        $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public open fun <get-externalDisplayName> (): kotlin.String declared in <root>.Visibility'
            CALL 'public open fun <get-internalDisplayName> (): kotlin.String declared in <root>.Visibility' type=kotlin.String origin=GET_PROPERTY
              $this: GET_VAR '<this>: <root>.Visibility declared in <root>.Visibility.<get-externalDisplayName>' type=<root>.Visibility origin=null
    FUN name:mustCheckInImports visibility:public modality:ABSTRACT <> ($this:<root>.Visibility) returnType:kotlin.Boolean
      $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
    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 [operator] 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
  CLASS OBJECT name:Visibilities modality:FINAL visibility:public superTypes:[kotlin.Any]
    $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.Visibilities
    CONSTRUCTOR visibility:private <> () returnType:<root>.Visibilities [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS OBJECT name:Visibilities modality:FINAL visibility:public superTypes:[kotlin.Any]'
    CLASS OBJECT name:Private modality:FINAL visibility:public superTypes:[<root>.Visibility]
      $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.Visibilities.Private
      CONSTRUCTOR visibility:private <> () returnType:<root>.Visibilities.Private [primary]
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (name: kotlin.String, isPublicAPI: kotlin.Boolean) [primary] declared in <root>.Visibility'
            name: CONST String type=kotlin.String value="private"
            isPublicAPI: CONST Boolean type=kotlin.Boolean value=false
          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS OBJECT name:Private modality:FINAL visibility:public superTypes:[<root>.Visibility]'
      FUN name:mustCheckInImports visibility:public modality:FINAL <> ($this:<root>.Visibilities.Private) returnType:kotlin.Boolean
        overridden:
          public abstract fun mustCheckInImports (): kotlin.Boolean declared in <root>.Visibility
        $this: VALUE_PARAMETER name:<this> type:<root>.Visibilities.Private
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun mustCheckInImports (): kotlin.Boolean declared in <root>.Visibilities.Private'
            CONST Boolean type=kotlin.Boolean value=true
      PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final name: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-name> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:isPublicAPI visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final isPublicAPI: kotlin.Boolean [val]
        FUN FAKE_OVERRIDE name:<get-isPublicAPI> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.Boolean [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:isPublicAPI visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-isPublicAPI> (): kotlin.Boolean declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:internalDisplayName visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open internalDisplayName: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-internalDisplayName> visibility:public modality:OPEN <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:internalDisplayName visibility:public modality:OPEN [fake_override,val]
          overridden:
            public open fun <get-internalDisplayName> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:externalDisplayName visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open externalDisplayName: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-externalDisplayName> visibility:public modality:OPEN <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:externalDisplayName visibility:public modality:OPEN [fake_override,val]
          overridden:
            public open fun <get-externalDisplayName> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      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 [fake_override,operator] declared in <root>.Visibility
        $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 [fake_override] declared in <root>.Visibility
        $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 [fake_override] declared in <root>.Visibility
        $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    CLASS OBJECT name:PrivateToThis modality:FINAL visibility:public superTypes:[<root>.Visibility]
      $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.Visibilities.PrivateToThis
      CONSTRUCTOR visibility:private <> () returnType:<root>.Visibilities.PrivateToThis [primary]
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (name: kotlin.String, isPublicAPI: kotlin.Boolean) [primary] declared in <root>.Visibility'
            name: CONST String type=kotlin.String value="private_to_this"
            isPublicAPI: CONST Boolean type=kotlin.Boolean value=false
          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS OBJECT name:PrivateToThis modality:FINAL visibility:public superTypes:[<root>.Visibility]'
      PROPERTY name:internalDisplayName visibility:public modality:FINAL [val]
        overridden:
          public open internalDisplayName: kotlin.String [val]
        FUN name:<get-internalDisplayName> visibility:public modality:FINAL <> ($this:<root>.Visibilities.PrivateToThis) returnType:kotlin.String
          correspondingProperty: PROPERTY name:internalDisplayName visibility:public modality:FINAL [val]
          overridden:
            public open fun <get-internalDisplayName> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibilities.PrivateToThis
          BLOCK_BODY
            RETURN type=kotlin.Nothing from='public final fun <get-internalDisplayName> (): kotlin.String declared in <root>.Visibilities.PrivateToThis'
              CONST String type=kotlin.String value="private/*private to this*/"
      FUN name:mustCheckInImports visibility:public modality:FINAL <> ($this:<root>.Visibilities.PrivateToThis) returnType:kotlin.Boolean
        overridden:
          public abstract fun mustCheckInImports (): kotlin.Boolean declared in <root>.Visibility
        $this: VALUE_PARAMETER name:<this> type:<root>.Visibilities.PrivateToThis
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun mustCheckInImports (): kotlin.Boolean declared in <root>.Visibilities.PrivateToThis'
            CONST Boolean type=kotlin.Boolean value=true
      PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final name: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-name> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:isPublicAPI visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final isPublicAPI: kotlin.Boolean [val]
        FUN FAKE_OVERRIDE name:<get-isPublicAPI> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.Boolean [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:isPublicAPI visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-isPublicAPI> (): kotlin.Boolean declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:externalDisplayName visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open externalDisplayName: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-externalDisplayName> visibility:public modality:OPEN <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:externalDisplayName visibility:public modality:OPEN [fake_override,val]
          overridden:
            public open fun <get-externalDisplayName> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      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 [fake_override,operator] declared in <root>.Visibility
        $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 [fake_override] declared in <root>.Visibility
        $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 [fake_override] declared in <root>.Visibility
        $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    CLASS OBJECT name:Protected modality:FINAL visibility:public superTypes:[<root>.Visibility]
      $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.Visibilities.Protected
      CONSTRUCTOR visibility:private <> () returnType:<root>.Visibilities.Protected [primary]
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (name: kotlin.String, isPublicAPI: kotlin.Boolean) [primary] declared in <root>.Visibility'
            name: CONST String type=kotlin.String value="protected"
            isPublicAPI: CONST Boolean type=kotlin.Boolean value=true
          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS OBJECT name:Protected modality:FINAL visibility:public superTypes:[<root>.Visibility]'
      FUN name:mustCheckInImports visibility:public modality:FINAL <> ($this:<root>.Visibilities.Protected) returnType:kotlin.Boolean
        overridden:
          public abstract fun mustCheckInImports (): kotlin.Boolean declared in <root>.Visibility
        $this: VALUE_PARAMETER name:<this> type:<root>.Visibilities.Protected
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun mustCheckInImports (): kotlin.Boolean declared in <root>.Visibilities.Protected'
            CONST Boolean type=kotlin.Boolean value=false
      PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final name: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-name> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:isPublicAPI visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final isPublicAPI: kotlin.Boolean [val]
        FUN FAKE_OVERRIDE name:<get-isPublicAPI> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.Boolean [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:isPublicAPI visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-isPublicAPI> (): kotlin.Boolean declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:internalDisplayName visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open internalDisplayName: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-internalDisplayName> visibility:public modality:OPEN <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:internalDisplayName visibility:public modality:OPEN [fake_override,val]
          overridden:
            public open fun <get-internalDisplayName> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:externalDisplayName visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open externalDisplayName: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-externalDisplayName> visibility:public modality:OPEN <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:externalDisplayName visibility:public modality:OPEN [fake_override,val]
          overridden:
            public open fun <get-externalDisplayName> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      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 [fake_override,operator] declared in <root>.Visibility
        $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 [fake_override] declared in <root>.Visibility
        $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 [fake_override] declared in <root>.Visibility
        $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    CLASS OBJECT name:Internal modality:FINAL visibility:public superTypes:[<root>.Visibility]
      $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.Visibilities.Internal
      CONSTRUCTOR visibility:private <> () returnType:<root>.Visibilities.Internal [primary]
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (name: kotlin.String, isPublicAPI: kotlin.Boolean) [primary] declared in <root>.Visibility'
            name: CONST String type=kotlin.String value="internal"
            isPublicAPI: CONST Boolean type=kotlin.Boolean value=false
          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS OBJECT name:Internal modality:FINAL visibility:public superTypes:[<root>.Visibility]'
      FUN name:mustCheckInImports visibility:public modality:FINAL <> ($this:<root>.Visibilities.Internal) returnType:kotlin.Boolean
        overridden:
          public abstract fun mustCheckInImports (): kotlin.Boolean declared in <root>.Visibility
        $this: VALUE_PARAMETER name:<this> type:<root>.Visibilities.Internal
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun mustCheckInImports (): kotlin.Boolean declared in <root>.Visibilities.Internal'
            CONST Boolean type=kotlin.Boolean value=true
      PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final name: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-name> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:isPublicAPI visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final isPublicAPI: kotlin.Boolean [val]
        FUN FAKE_OVERRIDE name:<get-isPublicAPI> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.Boolean [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:isPublicAPI visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-isPublicAPI> (): kotlin.Boolean declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:internalDisplayName visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open internalDisplayName: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-internalDisplayName> visibility:public modality:OPEN <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:internalDisplayName visibility:public modality:OPEN [fake_override,val]
          overridden:
            public open fun <get-internalDisplayName> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:externalDisplayName visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open externalDisplayName: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-externalDisplayName> visibility:public modality:OPEN <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:externalDisplayName visibility:public modality:OPEN [fake_override,val]
          overridden:
            public open fun <get-externalDisplayName> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      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 [fake_override,operator] declared in <root>.Visibility
        $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 [fake_override] declared in <root>.Visibility
        $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 [fake_override] declared in <root>.Visibility
        $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    CLASS OBJECT name:Public modality:FINAL visibility:public superTypes:[<root>.Visibility]
      $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.Visibilities.Public
      CONSTRUCTOR visibility:private <> () returnType:<root>.Visibilities.Public [primary]
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (name: kotlin.String, isPublicAPI: kotlin.Boolean) [primary] declared in <root>.Visibility'
            name: CONST String type=kotlin.String value="public"
            isPublicAPI: CONST Boolean type=kotlin.Boolean value=true
          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS OBJECT name:Public modality:FINAL visibility:public superTypes:[<root>.Visibility]'
      FUN name:mustCheckInImports visibility:public modality:FINAL <> ($this:<root>.Visibilities.Public) returnType:kotlin.Boolean
        overridden:
          public abstract fun mustCheckInImports (): kotlin.Boolean declared in <root>.Visibility
        $this: VALUE_PARAMETER name:<this> type:<root>.Visibilities.Public
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun mustCheckInImports (): kotlin.Boolean declared in <root>.Visibilities.Public'
            CONST Boolean type=kotlin.Boolean value=false
      PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final name: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-name> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:isPublicAPI visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final isPublicAPI: kotlin.Boolean [val]
        FUN FAKE_OVERRIDE name:<get-isPublicAPI> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.Boolean [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:isPublicAPI visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-isPublicAPI> (): kotlin.Boolean declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:internalDisplayName visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open internalDisplayName: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-internalDisplayName> visibility:public modality:OPEN <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:internalDisplayName visibility:public modality:OPEN [fake_override,val]
          overridden:
            public open fun <get-internalDisplayName> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:externalDisplayName visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open externalDisplayName: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-externalDisplayName> visibility:public modality:OPEN <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:externalDisplayName visibility:public modality:OPEN [fake_override,val]
          overridden:
            public open fun <get-externalDisplayName> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      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 [fake_override,operator] declared in <root>.Visibility
        $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 [fake_override] declared in <root>.Visibility
        $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 [fake_override] declared in <root>.Visibility
        $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    CLASS OBJECT name:Local modality:FINAL visibility:public superTypes:[<root>.Visibility]
      $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.Visibilities.Local
      CONSTRUCTOR visibility:private <> () returnType:<root>.Visibilities.Local [primary]
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (name: kotlin.String, isPublicAPI: kotlin.Boolean) [primary] declared in <root>.Visibility'
            name: CONST String type=kotlin.String value="local"
            isPublicAPI: CONST Boolean type=kotlin.Boolean value=false
          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS OBJECT name:Local modality:FINAL visibility:public superTypes:[<root>.Visibility]'
      FUN name:mustCheckInImports visibility:public modality:FINAL <> ($this:<root>.Visibilities.Local) returnType:kotlin.Boolean
        overridden:
          public abstract fun mustCheckInImports (): kotlin.Boolean declared in <root>.Visibility
        $this: VALUE_PARAMETER name:<this> type:<root>.Visibilities.Local
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun mustCheckInImports (): kotlin.Boolean declared in <root>.Visibilities.Local'
            CONST Boolean type=kotlin.Boolean value=true
      PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final name: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-name> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:isPublicAPI visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final isPublicAPI: kotlin.Boolean [val]
        FUN FAKE_OVERRIDE name:<get-isPublicAPI> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.Boolean [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:isPublicAPI visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-isPublicAPI> (): kotlin.Boolean declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:internalDisplayName visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open internalDisplayName: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-internalDisplayName> visibility:public modality:OPEN <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:internalDisplayName visibility:public modality:OPEN [fake_override,val]
          overridden:
            public open fun <get-internalDisplayName> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:externalDisplayName visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open externalDisplayName: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-externalDisplayName> visibility:public modality:OPEN <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:externalDisplayName visibility:public modality:OPEN [fake_override,val]
          overridden:
            public open fun <get-externalDisplayName> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      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 [fake_override,operator] declared in <root>.Visibility
        $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 [fake_override] declared in <root>.Visibility
        $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 [fake_override] declared in <root>.Visibility
        $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    CLASS OBJECT name:Inherited modality:FINAL visibility:public superTypes:[<root>.Visibility]
      $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.Visibilities.Inherited
      CONSTRUCTOR visibility:private <> () returnType:<root>.Visibilities.Inherited [primary]
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (name: kotlin.String, isPublicAPI: kotlin.Boolean) [primary] declared in <root>.Visibility'
            name: CONST String type=kotlin.String value="inherited"
            isPublicAPI: CONST Boolean type=kotlin.Boolean value=false
          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS OBJECT name:Inherited modality:FINAL visibility:public superTypes:[<root>.Visibility]'
      FUN name:mustCheckInImports visibility:public modality:FINAL <> ($this:<root>.Visibilities.Inherited) returnType:kotlin.Boolean
        overridden:
          public abstract fun mustCheckInImports (): kotlin.Boolean declared in <root>.Visibility
        $this: VALUE_PARAMETER name:<this> type:<root>.Visibilities.Inherited
        BLOCK_BODY
          THROW type=kotlin.Nothing
            CONSTRUCTOR_CALL 'public constructor <init> (p0: @[FlexibleNullability] kotlin.String?) declared in java.lang.IllegalStateException' type=java.lang.IllegalStateException origin=null
              p0: CONST String type=kotlin.String value="This method shouldn't be invoked for INHERITED visibility"
      PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final name: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-name> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:isPublicAPI visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final isPublicAPI: kotlin.Boolean [val]
        FUN FAKE_OVERRIDE name:<get-isPublicAPI> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.Boolean [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:isPublicAPI visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-isPublicAPI> (): kotlin.Boolean declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:internalDisplayName visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open internalDisplayName: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-internalDisplayName> visibility:public modality:OPEN <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:internalDisplayName visibility:public modality:OPEN [fake_override,val]
          overridden:
            public open fun <get-internalDisplayName> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:externalDisplayName visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open externalDisplayName: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-externalDisplayName> visibility:public modality:OPEN <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:externalDisplayName visibility:public modality:OPEN [fake_override,val]
          overridden:
            public open fun <get-externalDisplayName> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      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 [fake_override,operator] declared in <root>.Visibility
        $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 [fake_override] declared in <root>.Visibility
        $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 [fake_override] declared in <root>.Visibility
        $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    CLASS OBJECT name:InvisibleFake modality:FINAL visibility:public superTypes:[<root>.Visibility]
      $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.Visibilities.InvisibleFake
      CONSTRUCTOR visibility:private <> () returnType:<root>.Visibilities.InvisibleFake [primary]
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (name: kotlin.String, isPublicAPI: kotlin.Boolean) [primary] declared in <root>.Visibility'
            name: CONST String type=kotlin.String value="invisible_fake"
            isPublicAPI: CONST Boolean type=kotlin.Boolean value=false
          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS OBJECT name:InvisibleFake modality:FINAL visibility:public superTypes:[<root>.Visibility]'
      FUN name:mustCheckInImports visibility:public modality:FINAL <> ($this:<root>.Visibilities.InvisibleFake) returnType:kotlin.Boolean
        overridden:
          public abstract fun mustCheckInImports (): kotlin.Boolean declared in <root>.Visibility
        $this: VALUE_PARAMETER name:<this> type:<root>.Visibilities.InvisibleFake
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun mustCheckInImports (): kotlin.Boolean declared in <root>.Visibilities.InvisibleFake'
            CONST Boolean type=kotlin.Boolean value=true
      PROPERTY name:externalDisplayName visibility:public modality:FINAL [val]
        overridden:
          public open externalDisplayName: kotlin.String [val]
        FUN name:<get-externalDisplayName> visibility:public modality:FINAL <> ($this:<root>.Visibilities.InvisibleFake) returnType:kotlin.String
          correspondingProperty: PROPERTY name:externalDisplayName visibility:public modality:FINAL [val]
          overridden:
            public open fun <get-externalDisplayName> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibilities.InvisibleFake
          BLOCK_BODY
            RETURN type=kotlin.Nothing from='public final fun <get-externalDisplayName> (): kotlin.String declared in <root>.Visibilities.InvisibleFake'
              CONST String type=kotlin.String value="invisible (private in a supertype)"
      PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final name: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-name> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:isPublicAPI visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final isPublicAPI: kotlin.Boolean [val]
        FUN FAKE_OVERRIDE name:<get-isPublicAPI> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.Boolean [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:isPublicAPI visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-isPublicAPI> (): kotlin.Boolean declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:internalDisplayName visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open internalDisplayName: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-internalDisplayName> visibility:public modality:OPEN <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:internalDisplayName visibility:public modality:OPEN [fake_override,val]
          overridden:
            public open fun <get-internalDisplayName> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      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 [fake_override,operator] declared in <root>.Visibility
        $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 [fake_override] declared in <root>.Visibility
        $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 [fake_override] declared in <root>.Visibility
        $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    CLASS OBJECT name:Unknown modality:FINAL visibility:public superTypes:[<root>.Visibility]
      $this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.Visibilities.Unknown
      CONSTRUCTOR visibility:private <> () returnType:<root>.Visibilities.Unknown [primary]
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> (name: kotlin.String, isPublicAPI: kotlin.Boolean) [primary] declared in <root>.Visibility'
            name: CONST String type=kotlin.String value="unknown"
            isPublicAPI: CONST Boolean type=kotlin.Boolean value=false
          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS OBJECT name:Unknown modality:FINAL visibility:public superTypes:[<root>.Visibility]'
      FUN name:mustCheckInImports visibility:public modality:FINAL <> ($this:<root>.Visibilities.Unknown) returnType:kotlin.Boolean
        overridden:
          public abstract fun mustCheckInImports (): kotlin.Boolean declared in <root>.Visibility
        $this: VALUE_PARAMETER name:<this> type:<root>.Visibilities.Unknown
        BLOCK_BODY
          THROW type=kotlin.Nothing
            CONSTRUCTOR_CALL 'public constructor <init> (p0: @[FlexibleNullability] kotlin.String?) declared in java.lang.IllegalStateException' type=java.lang.IllegalStateException origin=null
              p0: CONST String type=kotlin.String value="This method shouldn't be invoked for UNKNOWN visibility"
      PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final name: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-name> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:name visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-name> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:isPublicAPI visibility:public modality:FINAL [fake_override,val]
        overridden:
          public final isPublicAPI: kotlin.Boolean [val]
        FUN FAKE_OVERRIDE name:<get-isPublicAPI> visibility:public modality:FINAL <> ($this:<root>.Visibility) returnType:kotlin.Boolean [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:isPublicAPI visibility:public modality:FINAL [fake_override,val]
          overridden:
            public final fun <get-isPublicAPI> (): kotlin.Boolean declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:internalDisplayName visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open internalDisplayName: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-internalDisplayName> visibility:public modality:OPEN <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:internalDisplayName visibility:public modality:OPEN [fake_override,val]
          overridden:
            public open fun <get-internalDisplayName> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      PROPERTY FAKE_OVERRIDE name:externalDisplayName visibility:public modality:OPEN [fake_override,val]
        overridden:
          public open externalDisplayName: kotlin.String [val]
        FUN FAKE_OVERRIDE name:<get-externalDisplayName> visibility:public modality:OPEN <> ($this:<root>.Visibility) returnType:kotlin.String [fake_override]
          correspondingProperty: PROPERTY FAKE_OVERRIDE name:externalDisplayName visibility:public modality:OPEN [fake_override,val]
          overridden:
            public open fun <get-externalDisplayName> (): kotlin.String declared in <root>.Visibility
          $this: VALUE_PARAMETER name:<this> type:<root>.Visibility
      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 [fake_override,operator] declared in <root>.Visibility
        $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 [fake_override] declared in <root>.Visibility
        $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 [fake_override] declared in <root>.Visibility
        $this: VALUE_PARAMETER name:<this> type:kotlin.Any
    PROPERTY name:ORDERED_VISIBILITIES visibility:private modality:FINAL [val]
      FIELD PROPERTY_BACKING_FIELD name:ORDERED_VISIBILITIES type:kotlin.collections.Map<<root>.Visibility, kotlin.Int> visibility:private [final]
        EXPRESSION_BODY
          CALL 'public final fun buildMap <K, V> (builderAction: @[ExtensionFunctionType] kotlin.Function1<kotlin.collections.MutableMap<K of kotlin.collections.MapsKt.buildMap, V of kotlin.collections.MapsKt.buildMap>, kotlin.Unit>): kotlin.collections.Map<K of kotlin.collections.MapsKt.buildMap, V of kotlin.collections.MapsKt.buildMap> [inline] declared in kotlin.collections.MapsKt' type=kotlin.collections.Map<<root>.Visibility, kotlin.Int> origin=null
            <K>: <root>.Visibility
            <V>: kotlin.Int
            builderAction: FUN_EXPR type=@[ExtensionFunctionType] kotlin.Function1<kotlin.collections.MutableMap<<root>.Visibility, kotlin.Int>, kotlin.Unit> origin=LAMBDA
              FUN LOCAL_FUNCTION_FOR_LAMBDA name:<anonymous> visibility:local modality:FINAL <> ($receiver:kotlin.collections.MutableMap<<root>.Visibility, kotlin.Int>) returnType:kotlin.Unit
                $receiver: VALUE_PARAMETER name:$this$buildMap type:kotlin.collections.MutableMap<<root>.Visibility, kotlin.Int>
                BLOCK_BODY
                  TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
                    CALL 'public abstract fun put (key: K of kotlin.collections.MutableMap, value: V of kotlin.collections.MutableMap): V of kotlin.collections.MutableMap? declared in kotlin.collections.MutableMap' type=kotlin.Int? origin=null
                      $this: GET_VAR '$this$buildMap: kotlin.collections.MutableMap<<root>.Visibility, kotlin.Int> declared in <root>.Visibilities.ORDERED_VISIBILITIES.<anonymous>' type=kotlin.collections.MutableMap<<root>.Visibility, kotlin.Int> origin=null
                      key: GET_OBJECT 'CLASS OBJECT name:PrivateToThis modality:FINAL visibility:public superTypes:[<root>.Visibility]' type=<root>.Visibilities.PrivateToThis
                      value: CONST Int type=kotlin.Int value=0
                  TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
                    CALL 'public abstract fun put (key: K of kotlin.collections.MutableMap, value: V of kotlin.collections.MutableMap): V of kotlin.collections.MutableMap? declared in kotlin.collections.MutableMap' type=kotlin.Int? origin=null
                      $this: GET_VAR '$this$buildMap: kotlin.collections.MutableMap<<root>.Visibility, kotlin.Int> declared in <root>.Visibilities.ORDERED_VISIBILITIES.<anonymous>' type=kotlin.collections.MutableMap<<root>.Visibility, kotlin.Int> origin=null
                      key: GET_OBJECT 'CLASS OBJECT name:Private modality:FINAL visibility:public superTypes:[<root>.Visibility]' type=<root>.Visibilities.Private
                      value: CONST Int type=kotlin.Int value=0
                  TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
                    CALL 'public abstract fun put (key: K of kotlin.collections.MutableMap, value: V of kotlin.collections.MutableMap): V of kotlin.collections.MutableMap? declared in kotlin.collections.MutableMap' type=kotlin.Int? origin=null
                      $this: GET_VAR '$this$buildMap: kotlin.collections.MutableMap<<root>.Visibility, kotlin.Int> declared in <root>.Visibilities.ORDERED_VISIBILITIES.<anonymous>' type=kotlin.collections.MutableMap<<root>.Visibility, kotlin.Int> origin=null
                      key: GET_OBJECT 'CLASS OBJECT name:Internal modality:FINAL visibility:public superTypes:[<root>.Visibility]' type=<root>.Visibilities.Internal
                      value: CONST Int type=kotlin.Int value=1
                  TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
                    CALL 'public abstract fun put (key: K of kotlin.collections.MutableMap, value: V of kotlin.collections.MutableMap): V of kotlin.collections.MutableMap? declared in kotlin.collections.MutableMap' type=kotlin.Int? origin=null
                      $this: GET_VAR '$this$buildMap: kotlin.collections.MutableMap<<root>.Visibility, kotlin.Int> declared in <root>.Visibilities.ORDERED_VISIBILITIES.<anonymous>' type=kotlin.collections.MutableMap<<root>.Visibility, kotlin.Int> origin=null
                      key: GET_OBJECT 'CLASS OBJECT name:Protected modality:FINAL visibility:public superTypes:[<root>.Visibility]' type=<root>.Visibilities.Protected
                      value: CONST Int type=kotlin.Int value=1
                  TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
                    CALL 'public abstract fun put (key: K of kotlin.collections.MutableMap, value: V of kotlin.collections.MutableMap): V of kotlin.collections.MutableMap? declared in kotlin.collections.MutableMap' type=kotlin.Int? origin=null
                      $this: GET_VAR '$this$buildMap: kotlin.collections.MutableMap<<root>.Visibility, kotlin.Int> declared in <root>.Visibilities.ORDERED_VISIBILITIES.<anonymous>' type=kotlin.collections.MutableMap<<root>.Visibility, kotlin.Int> origin=null
                      key: GET_OBJECT 'CLASS OBJECT name:Public modality:FINAL visibility:public superTypes:[<root>.Visibility]' type=<root>.Visibilities.Public
                      value: CONST Int type=kotlin.Int value=2
      FUN DEFAULT_PROPERTY_ACCESSOR name:<get-ORDERED_VISIBILITIES> visibility:private modality:FINAL <> ($this:<root>.Visibilities) returnType:kotlin.collections.Map<<root>.Visibility, kotlin.Int>
        correspondingProperty: PROPERTY name:ORDERED_VISIBILITIES visibility:private modality:FINAL [val]
        $this: VALUE_PARAMETER name:<this> type:<root>.Visibilities
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='private final fun <get-ORDERED_VISIBILITIES> (): kotlin.collections.Map<<root>.Visibility, kotlin.Int> declared in <root>.Visibilities'
            GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:ORDERED_VISIBILITIES type:kotlin.collections.Map<<root>.Visibility, kotlin.Int> visibility:private [final]' type=kotlin.collections.Map<<root>.Visibility, kotlin.Int> origin=null
              receiver: GET_VAR '<this>: <root>.Visibilities declared in <root>.Visibilities.<get-ORDERED_VISIBILITIES>' type=<root>.Visibilities origin=null
    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 [operator] 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
