shithub: mc

ref: 575cd5a2034d9bfe97fc2275df76631383fa0898
dir: /test/match-badtypes.myr/

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