Skip to content

Commit e764c12

Browse files
committed
refactor(compiler): callable kind
1 parent a3df291 commit e764c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/suspend-transform-plugin/src/main/kotlin/love/forte/plugin/suspendtrans/symbol/AbstractSuspendTransformProperty.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sealed class AbstractSuspendTransformProperty<D : SuspendTransformUserData>(
2525
sourceFunction.visibility,
2626
false,
2727
sourceFunction.name,
28-
CallableMemberDescriptor.Kind.DELEGATION,
28+
CallableMemberDescriptor.Kind.DECLARATION,
2929
sourceFunction.source,
3030
false,
3131
false,

0 commit comments

Comments
 (0)