summaryrefslogtreecommitdiff
path: root/tests/semantic/with-error.test
blob: 61cc28efaf65f28a9fb18831558651a5b02ec48d (plain)
1
2
3
4
5
6
7
8
9
10
Invalid Code

errordomain FooError {
    FAIL
}

void main () {
    with (FooError) {
    }
}