ITADN
首页
AIGC
博客文章
GIT库
资源下载
C龙虾
程序订做
联系我们
swiftlang/swift-syntax
/
Issues
Converting zero-parameter function to computed property drops comment
#3236
Open
ahoppen
创建于 2026-01-18
bug
good first issue
A
ahoppen
commented
Eg. ```swift /// Some comment func foo() -> Int { 1 } ``` gets converted to ```swift var foo: Void { 1 } ``` The comment should be retained.
1 条评论