Is there a way to exclude a target from an `expect...
# multiplatform
n
Is there a way to exclude a target from an
expected
class declaration? Or we should stick to modularizing more our common code?
e
I don’t know of a way to do that. You can either move the class declaration out of common or stub it in the targets you don’t want to use it on and have it fail upon usage.