shithub: mc

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

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