shithub: mc

ref: 56ddddaa8ea95295ebd7743a1c828f0365bf7bb8
dir: /test/match-badtypes.myr/

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