shithub: mc

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

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