shithub: mc

ref: 6ceec6218bd3d7040758c09233c07d2afcdb2cbe
dir: /test/match-badtypes.myr/

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