shithub: mc

ref: 5248ba5079d913bb416ebbb1eea4b8750acd819a
dir: /test/match-badtypes.myr/

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