shithub: mc

ref: 0c574aa0d1cf26d51211668522db935da52a5ebe
dir: /test/match-badtypes.myr/

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