shithub: mc

ref: 23f4bc49055d8a9a28648b1c6e52f24eb4425ddf
dir: /test/match-badtypes.myr/

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