shithub: mc

ref: 949eb0559d34c181134b810d16d845f7609c2222
dir: /test/match-badtypes.myr/

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