shithub: mc

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

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