blob: bf1e70dd1059280af726997bc916b0837ddc137f [file]
MODULE_FRAGMENT
FILE fqName:com.example.myModule fileName:main.kt
CLASS CLASS name:OtherModule modality:FINAL visibility:public superTypes:[kotlin.Any]
annotations:
StabilityInferred(parameters = 1)
thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:com.example.myModule.OtherModule
PROPERTY name:$stable visibility:public modality:FINAL [val]
FIELD name:$stable type:kotlin.Int visibility:public [final,static]
annotations:
JvmField
EXPRESSION_BODY
CONST Int type=kotlin.Int value=0
FUN GENERATED[androidx.compose.compiler.plugins.kotlin.lower.ComposeCompilerKey] name:com_example_myModule_OtherModule$stableprop_getter visibility:public modality:FINAL returnType:kotlin.Int
correspondingProperty: PROPERTY name:$stable visibility:public modality:FINAL [val]
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun com_example_myModule_OtherModule$stableprop_getter (): kotlin.Int declared in com.example.myModule.OtherModule'
GET_FIELD 'FIELD name:$stable type:kotlin.Int visibility:public [final,static] declared in com.example.myModule.OtherModule' type=kotlin.Int origin=null
CONSTRUCTOR visibility:public returnType:com.example.myModule.OtherModule [primary]
BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in kotlin.Any'
INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:OtherModule modality:FINAL visibility:public superTypes:[kotlin.Any]' type=kotlin.Unit
FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN returnType:kotlin.Boolean [fake_override,operator]
VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
VALUE_PARAMETER kind:Regular name:other index:1 type:kotlin.Any?
overridden:
public open fun equals (other: kotlin.Any?): kotlin.Boolean [operator] declared in kotlin.Any
FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN returnType:kotlin.Int [fake_override]
VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
overridden:
public open fun hashCode (): kotlin.Int declared in kotlin.Any
FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN returnType:kotlin.String [fake_override]
VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
overridden:
public open fun toString (): kotlin.String declared in kotlin.Any
FUN name:giveMeString visibility:public modality:FINAL returnType:kotlin.String [inline]
VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:com.example.myModule.OtherModule
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun giveMeString (): kotlin.String [inline] declared in com.example.myModule.OtherModule'
CALL 'internal final fun secret (): kotlin.String declared in com.example.myModule.OtherModule' type=kotlin.String origin=null
ARG <this>: GET_VAR '<this>: com.example.myModule.OtherModule declared in com.example.myModule.OtherModule.giveMeString' type=com.example.myModule.OtherModule origin=IMPLICIT_ARGUMENT
FUN name:secret visibility:internal modality:FINAL returnType:kotlin.String
VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:com.example.myModule.OtherModule
annotations:
PublishedApi
BLOCK_BODY
RETURN type=kotlin.Nothing from='internal final fun secret (): kotlin.String declared in com.example.myModule.OtherModule'
CONST String type=kotlin.String value="what is up!!!!!!!"