shithub: mc

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

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