Details
-
Technical task
-
Resolution: Unresolved
-
P2: Important
Description
Code
import QtQuick Window { width: 640 height: 480 visible: foo() function foo(): bool { return /o/.test("Hello") } }
Compiler output
Warning: main.qml:9:9: Could not compile function foo: Instruction "generate_MoveRegExp" not implemented [compiler] return /o/.test("Hello") ^^^^^^
Attachments
Issue Links
- duplicates
-
QTBUG-107495 qmlsc: Add generate_MoveRegExp support
-
- Reported
-