shithub: mc

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

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