blob: 898baef5a01caa83430d1147489cf67ffb178a2f [file] [log] [blame]
void f(x) {
const y = abstract.as; // verify that this works
switch (x) {
case abstract.as:
break;
}
}