shithub: mc

ref: 1b37b97c96f832dd5623e2361f8b389c3057153e
dir: /test/match-badtypes.myr/

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