fix more errors of incomplete classpath
after this commit project without JDK configured is not all red
This commit is contained in:
@@ -441,6 +441,10 @@ public class OverrideResolver {
|
||||
}
|
||||
|
||||
private void checkOverridesForParameters(CallableMemberDescriptor declared) {
|
||||
if (ErrorUtils.isError(declared)) {
|
||||
return;
|
||||
}
|
||||
|
||||
boolean fakeOverride = declared.getKind() == CallableMemberDescriptor.Kind.FAKE_OVERRIDE;
|
||||
if (!fakeOverride) {
|
||||
// No check if the function is not marked as 'override'
|
||||
|
||||
Reference in New Issue
Block a user