Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
6.5.2
-
None
Description
import QtQuick import QtQuick.Window Window { width: 640 height: 480 visible: true title: qsTr("Hello World") /* Item { id: abc1 /* Rectangle { id: abc2 } */ } */ }
An example code to show that nested multiline comments can not work in QML.