shithub: mc

ref: 5237b3b3f383bb9ef0e6a5defb66dbef7e19d55e
dir: /test/match-badtypes.myr/

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