shithub: mc

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

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