aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlparser/data/disallowedtypeannotations/iteration2.js
blob: 24d5acce9857c5c2a1a88b6190c06cd6fbc2d9ac (plain)
1
2
3
4
5

let y = [1, 2, 3];

for (let x: int of y) {
}