Files
kotlin-fork/compiler/testData/ir/irText/expressions/extensionPropertyGetterCall.fir.txt
T
Mikhail Glukhikh 881073b1c9 Add basic FIR -> IR converter with a set of text tests
Tests duplicate IrTextTestCaseGenerated
#KT-24065 Fixed
2019-04-05 16:18:58 +03:00

12 lines
784 B
Plaintext
Vendored

FILE fqName:<root> fileName:/extensionPropertyGetterCall.kt
PROPERTY name:okext visibility:public modality:FINAL [val]
FUN name:<get-okext> visibility:public modality:FINAL <> () returnType:kotlin.String
correspondingProperty: PROPERTY name:okext visibility:public modality:FINAL [val]
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun <get-okext> (): kotlin.String declared in <root>'
CONST String type=kotlin.String value="OK"
FUN name:test5 visibility:public modality:FINAL <> () returnType:kotlin.String
BLOCK_BODY
RETURN type=kotlin.Nothing from='public final fun test5 (): kotlin.String declared in <root>'
CALL 'public final fun <get-okext> (): kotlin.String declared in <root>' type=kotlin.String origin=null