@@ -28,6 +28,8 @@ FILE fqName:<root> fileName:/Main.kt
2828 RETURN type=kotlin.Nothing from='public final fun prop (): kotlin.String declared in <root>.PropFoo'
2929 CONST String type=kotlin.String value=""
3030 PROPERTY GENERATED[love.forte.plugin.suspendtrans.fir.SuspendTransformPluginKey] name:prop visibility:public modality:FINAL [val]
31+ annotations:
32+ Api4J
3133 FUN GENERATED[love.forte.plugin.suspendtrans.fir.SuspendTransformPluginKey] name:<get-prop> visibility:public modality:FINAL <> ($this:<root>.PropFoo) returnType:kotlin.String
3234 annotations:
3335 JvmAsync(baseName = <null>, suffix = <null>, asProperty = true)
@@ -45,6 +47,8 @@ FILE fqName:<root> fileName:/Main.kt
4547 CALL 'public final fun prop (): kotlin.String declared in <root>.PropFoo' type=kotlin.String origin=null
4648 $this: GET_VAR '<this>: <root>.PropFoo declared in <root>.PropFoo.<get-prop>' type=<root>.PropFoo origin=null
4749 PROPERTY GENERATED[love.forte.plugin.suspendtrans.fir.SuspendTransformPluginKey] name:propAsync visibility:public modality:FINAL [val]
50+ annotations:
51+ Api4J
4852 FUN GENERATED[love.forte.plugin.suspendtrans.fir.SuspendTransformPluginKey] name:<get-propAsync> visibility:public modality:FINAL <> ($this:<root>.PropFoo) returnType:java.util.concurrent.CompletableFuture
4953 annotations:
5054 JvmBlocking(baseName = <null>, suffix = "", asProperty = true)
@@ -92,6 +96,8 @@ FILE fqName:<root> fileName:/Main.kt
9296 RETURN type=kotlin.Nothing from='public open fun prop (): kotlin.String declared in <root>.PropImpl'
9397 CONST String type=kotlin.String value=""
9498 PROPERTY GENERATED[love.forte.plugin.suspendtrans.fir.SuspendTransformPluginKey] name:prop visibility:public modality:OPEN [val]
99+ annotations:
100+ Api4J
95101 overridden:
96102 public open prop: kotlin.String
97103 FUN GENERATED[love.forte.plugin.suspendtrans.fir.SuspendTransformPluginKey] name:<get-prop> visibility:public modality:OPEN <> ($this:<root>.PropImpl) returnType:kotlin.String
@@ -113,6 +119,8 @@ FILE fqName:<root> fileName:/Main.kt
113119 CALL 'public open fun prop (): kotlin.String declared in <root>.PropImpl' type=kotlin.String origin=null
114120 $this: GET_VAR '<this>: <root>.PropImpl declared in <root>.PropImpl.<get-prop>' type=<root>.PropImpl origin=null
115121 PROPERTY GENERATED[love.forte.plugin.suspendtrans.fir.SuspendTransformPluginKey] name:propAsync visibility:public modality:OPEN [val]
122+ annotations:
123+ Api4J
116124 overridden:
117125 public open propAsync: java.util.concurrent.CompletableFuture
118126 FUN GENERATED[love.forte.plugin.suspendtrans.fir.SuspendTransformPluginKey] name:<get-propAsync> visibility:public modality:OPEN <> ($this:<root>.PropImpl) returnType:java.util.concurrent.CompletableFuture
@@ -155,6 +163,8 @@ FILE fqName:<root> fileName:/Main.kt
155163 JvmSynthetic
156164 $this: VALUE_PARAMETER name:<this> type:<root>.IProp
157165 PROPERTY GENERATED[love.forte.plugin.suspendtrans.fir.SuspendTransformPluginKey] name:prop visibility:public modality:OPEN [val]
166+ annotations:
167+ Api4J
158168 FUN GENERATED[love.forte.plugin.suspendtrans.fir.SuspendTransformPluginKey] name:<get-prop> visibility:public modality:OPEN <> ($this:<root>.IProp) returnType:kotlin.String
159169 annotations:
160170 JvmAsync(baseName = <null>, suffix = <null>, asProperty = true)
@@ -172,6 +182,8 @@ FILE fqName:<root> fileName:/Main.kt
172182 CALL 'public abstract fun prop (): kotlin.String declared in <root>.IProp' type=kotlin.String origin=null
173183 $this: GET_VAR '<this>: <root>.IProp declared in <root>.IProp.<get-prop>' type=<root>.IProp origin=null
174184 PROPERTY GENERATED[love.forte.plugin.suspendtrans.fir.SuspendTransformPluginKey] name:propAsync visibility:public modality:OPEN [val]
185+ annotations:
186+ Api4J
175187 FUN GENERATED[love.forte.plugin.suspendtrans.fir.SuspendTransformPluginKey] name:<get-propAsync> visibility:public modality:OPEN <> ($this:<root>.IProp) returnType:java.util.concurrent.CompletableFuture
176188 annotations:
177189 JvmBlocking(baseName = <null>, suffix = "", asProperty = true)
0 commit comments