shithub: mc

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

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