....compiler goes boom. Of course its a stupid mistake in the code, but we probably shouldn't overflow.
Description
Through a silly mistake I had a file like this:
class SiteVisitor implements SiteVisitor {
...
}
....compiler goes boom. Of course its a stupid mistake in the code, but we probably shouldn't overflow.