Bug 438774

Summary: QML parsing error on required keyword
Product: [Applications] kdevelop Reporter: Ian H <master.haber>
Component: Language Support: QML/JavaScriptAssignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: minor CC: luis.buechi
Priority: NOR    
Version First Reported In: 5.6.0   
Target Milestone: ---   
Platform: Appimage   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Ian H 2021-06-16 21:37:54 UTC
The new keywords introduced in Qt 5.15 including 'required' break the QML parsing, throwing errors saying that it's missing brackets.

example: 

Pane{
 required property int foo // throws errors here
}
Comment 1 Ian H 2021-07-30 13:44:26 UTC
newer javascript keywords also do the same (e.g. let)