shithub: mc

ref: 08cf7754b28fc26034bd752022e47ed516686210
dir: /test/match-badtypes.myr/

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