shithub: mc

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

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