shithub: mc

ref: 052fc6c33c0c5a945591d08933bfeada909d1fdb
dir: /test/match-badtypes.myr/

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