shithub: mc

ref: a9512a951e1cf0c28a90c5c39cbbb5a3a8e68629
dir: /test/match-badtypes.myr/

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