Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.10.0, Qt Creator 4.13.0
-
-
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.