qmlweb/qmlweb-parser

List property types should allow element type specifications

Closed this issue · 0 comments

This is valid (and required) in QML:

import QtQuick 2.0

Item {
    property list<Item> items
}