Bug 444643

Summary: KDevelop doesn't recognize Qt.binding(() => something returned)
Product: [Applications] kdevelop Reporter: Fushan Wen <qydwhotmail>
Component: Language Support: QML/JavaScriptAssignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Fushan Wen 2021-10-30 02:43:22 UTC
When using Qt.binding(() => something returned) in a qml file, KDevelop will show "Expected token numeric literal". But it's a valid syntax.