shithub: mc

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

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