Merge pull request #103 from liblit/eclipse-neon-fixes

Build fixes for Eclipse Neon
This commit is contained in:
Manu Sridharan 2016-07-05 08:59:09 -07:00 committed by GitHub
commit 6daceaa0ed
1 changed files with 6 additions and 0 deletions

View File

@ -297,6 +297,12 @@ public class FakeExceptionTypeBinding implements ITypeBinding {
return false;
}
// add @Override here once Eclipse Mars is no longer supported
public boolean isIntersectionType() {
Assertions.UNREACHABLE("FakeExceptionTypeBinding ");
return false;
}
@Override
public boolean isLocal() {
Assertions.UNREACHABLE("FakeExceptionTypeBinding ");