ark/type/__tests__/this.test.ts:9:			"box?": "this"
ark/type/__tests__/this.test.ts:32:		const T = type({ foo: { bar: "this" } })
ark/type/__tests__/this.test.ts:50:			initial: "this"
ark/type/__tests__/this.test.ts:83:					"box?": "this"
ark/type/__tests__/this.test.ts:86:		).throwsAndHasTypeError(writeUnresolvableMessage("this"))
ark/type/__tests__/this.test.ts:90:		const T = type([{ a: "string" }, "|", { b: "this" }])
ark/type/__tests__/this.test.ts:102:		const T = type({ a: "string" }, "|", { b: "this" })
ark/type/__tests__/generic.test.ts:93:			).throwsAndHasTypeError(writeUnresolvableMessage("this"))
ark/type/__tests__/expressions.test.ts:58:					"this",
ark/type/__tests__/expressions.test.ts:113:					"this",
