1Tests in this directory cover scenarios where errors in a package are fixed. 2 3v1.0.0 is used as the base version for all tests. 4It has an error: the return type of bad.Broken is undefined. 5 6Each test fixes the error and may make other changes (compatible or not). 7Note that fixing a type error in the API appears to be an incompatible change.