shithub: mc

ref: 73b7b068a03c3d58e12cad05dea5a2008af78952
dir: /test/match-badtypes.myr/

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