be86739d3a
Change block typing contract.
12 lines
530 B
Plaintext
Vendored
12 lines
530 B
Plaintext
Vendored
FILE /extensionPropertyGetterCall.kt
|
|
PROPERTY public val kotlin.String.okext: kotlin.String getter=<get-okext> setter=null
|
|
PROPERTY_GETTER public fun kotlin.String.<get-okext>(): kotlin.String property=okext
|
|
BLOCK_BODY
|
|
RETURN type=<no-type>
|
|
CONST String type=kotlin.String value='OK'
|
|
FUN public fun kotlin.String.test5(): kotlin.String
|
|
BLOCK_BODY
|
|
RETURN type=<no-type>
|
|
CALL .<get-okext> type=kotlin.String operator=GET_PROPERTY
|
|
$receiver: $RECEIVER of: test5 type=kotlin.String
|