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