shithub: mc

ref: 9193bdc08bcba1b515fb60d25b700963a454b90a
dir: /test/match-badtypes.myr/

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