shithub: mc

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

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