Bug 444643 - KDevelop doesn't recognize Qt.binding(() => something returned)
Summary: KDevelop doesn't recognize Qt.binding(() => something returned)
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: QML/JavaScript (show other bugs)
Version: git master
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-30 02:43 UTC by Fushan Wen
Modified: 2021-10-30 02:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.