shithub: mc

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

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