shithub: mc

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

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