shithub: mc

ref: 67c2baf190fa4d1b82c308ceb807076b71b4b866
dir: /test/match-badtypes.myr/

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