shithub: mc

ref: 10693cab889e841aa758da1f6fd5fe5148510672
dir: /test/match-badtypes.myr/

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