shithub: mc

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

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