def f(s: Symbol) = {
  s match {
    case 'foo =>
  }
}
