-
Bug
-
Resolution: Unresolved
-
P2: Important
-
6.5.0 Beta2
Warning: main.qml:5:5: Could not compile function test_warn1: Instruction "generate_ConvertThisToObject" not implemented [compiler]
function test_warn1() {
^^^^^^^^^
import QtQuick Item { function f(arg:Item) {} function warn() { f(this) } }