rewrite icon indicating copy to clipboard operation
rewrite copied to clipboard

RecipeTests should validate compilation in both before and after text

Open pway99 opened this issue 2 years ago • 0 comments

Context from @JLLeitschuh

variable assignments on the right side of an assignment are valid for the left type. Also, verifying that arguments being passed to constructors or methods are valid.

A similar automatic validation on RewriteTest would be super appreciated. It would help detect that you're generating code that will not compile

More generally, validate all compilation.

pway99 avatar Jul 18 '22 15:07 pway99