shithub: mc

ref: 605f963ab132456ca911d18000164399ea661aca
dir: /test/match-badtypes.myr/

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