shithub: mc

ref: 939f632c16cadc94f03173c274c2a55535088bb6
dir: /test/match-badtypes.myr/

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