shithub: mc

ref: 38bff109c49599383fabf9163bda5954af1ffab5
dir: /test/match-badtypes.myr/

View raw version
const foo = {
	match 123
	"asdf":	123
		;;
	234:	888
		;;
	;;
}