https://bugs.kde.org/show_bug.cgi?id=383973
Bug ID: 383973
Summary: JavaScript parser confused by missing optional
semicolon
Product: kdevelop
Version: 5.1.1
Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: NOR
Component: Language Support: QML/JavaScript
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Kdevelop's Javascript parser is confused by (seemingly valid) code like this:
`
while(true) {
if(false){break}
}
`
Complaining that there is a syntax error
--
You are receiving this mail because:
You are watching all bug changes.