Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.10
-
None
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
- Reported
- resulted from
-
QTBUG-131386 qmlformat inserts a new space after block comment on file save
- In Progress