shithub: mc

ref: abb0c19a72359295483abaae4d5256cd43bb0612
dir: /test/match-badtypes.myr/

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