blob: 8029a1351b92191f806051e094317999c26da76e [file] [log] [blame] [view]
The .go files in this directory are split into two packages, old and new.
They are syntactically valid Go so that gofmt can process them.
```
If a comment begins with: Then:
old write subsequent lines to the "old" package
new write subsequent lines to the "new" package
both write subsequent lines to both packages
c expect a compatible error with the following text
i expect an incompatible error with the following text
```