shithub: mc

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

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