Files
kotlin-fork/analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/customName.ir.txt
T
2023-08-07 16:22:01 +00:00

12 lines
680 B
Plaintext
Vendored

MODULE_FRAGMENT name:<Sources of main>
FILE fqName:<root> fileName:/fragment.kt
CLASS CLASS name:MyCodeFragment modality:FINAL visibility:public superTypes:[kotlin.Any]
$this: VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:<root>.MyCodeFragment
CONSTRUCTOR visibility:public <> () returnType:<root>.MyCodeFragment [primary]
BLOCK_BODY
DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in kotlin.Any'
FUN name:invoke visibility:public modality:FINAL <> () returnType:kotlin.String
EXPRESSION_BODY
BLOCK type=kotlin.String origin=null
CONST String type=kotlin.String value="foo"