Skip to content

Commit 7c3646c

Browse files
committed
v0.7.0-beta1
1 parent 6ab4e5f commit 7c3646c

File tree

2 files changed

+17
-888
lines changed

2 files changed

+17
-888
lines changed

compiler/suspend-transform-plugin/src/main/kotlin/love/forte/plugin/suspendtrans/fir/SuspendTransformFirTransformer.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,6 @@ class SuspendTransformFirTransformer(
262262
valueParameters.addAll(original.valueParameters)
263263
// body = null
264264
// contractDescription = original.contractDescription
265-
// annotations
266-
annotations.addAll(functionAnnotations)
267265
typeParameters.addAll(original.typeParameters)
268266
}
269267
}

0 commit comments

Comments
 (0)