case foo
in { a: 1 }
  puts "a"
else
  puts "nothing"
end
