shithub: mc

ref: 013bffde621d421e1914491e6249a7486b9a1380
dir: /test/match-badtypes.myr/

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