shithub: mc

ref: 83ac1d52c8e021bcf4674787f621f736813dae4e
dir: /test/match-badtypes.myr/

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