summaryrefslogtreecommitdiff
path: root/tests/semantic/with-array.test
blob: bf0b4d18d29a9fd6f13a023d4e5389514e9d63c0 (plain)
1
2
3
4
5
6
7
Invalid Code

void main () {
    int[] arr = { 1, 2, 3 };
    with (arr) {
    }
}