shithub: mc

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

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