shithub: mc

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

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