Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.10
-
None
-
8318bf94c (dev), 4954e9b29 (6.9)
Description
import QtQml QtObject { function f() { class /**/ C {} return 1; } }
becomes
import QtQml QtObject { function f() { /**/ /**/ class C {} return 1; } }
and then
import QtQml QtObject { function f() { /**/ /**/ /**/ /**/ class C {} return 1; } }
Attachments
Issue Links
- relates to
-
QTBUG-123386 QmlFormat. Incorrect handling of some comments
-
- In Progress
-
- resulted from
-
QTBUG-131386 qmlformat inserts a new space after block comment on file save
-
- Closed
-