shithub: mc

ref: 7541780143bee3d4fbb18f4d9c4fea2c29f1587a
dir: /test/match-badtypes.myr/

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