shithub: mc

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

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