shithub: mc

ref: 188127af82ebd9fbd729419c525ba459d3a779f4
dir: /test/match-badtypes.myr/

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