Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.10.0, Qt Creator 4.13.0
-
Fix Version/s: Qt Creator 5.0.0-beta1
-
Component/s: Quick / QML Support
-
Labels:
-
Platform/s:
-
Commits:9e4e44d180a2bf1bad05010d754cd821d112d519 (qt-creator/qt-creator/master)
Description
For example this function :
function test(p = 1) {
console.log("hello")
}
is changed to:
function test(p) {
console.log("hello")
}
After saving.