Secondary constructors delegation calls and body resolve
This commit is contained in:
@@ -588,6 +588,11 @@ public abstract class ElementResolver {
|
||||
return Collections.emptyMap();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Map<JetSecondaryConstructor, ConstructorDescriptor> getSecondaryConstructors() {
|
||||
return Collections.emptyMap();
|
||||
}
|
||||
|
||||
@Override
|
||||
public Map<JetProperty, PropertyDescriptor> getProperties() {
|
||||
return Collections.emptyMap();
|
||||
|
||||
Reference in New Issue
Block a user