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

enum FooEnum {
    FIRST
}

void main () {
    with (FooEnum) {
    }
}