shithub: mc

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

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