refactor TypeVariableResolver
* simplified and unified * better diagnostics (if type variabe is not found, exception message contains reference)
This commit is contained in:
@@ -25,7 +25,7 @@ import java.util.Collections;
|
||||
/**
|
||||
* @author abreslav
|
||||
*/
|
||||
public class ModuleDescriptor extends DeclarationDescriptorImpl {
|
||||
public class ModuleDescriptor extends DeclarationDescriptorImpl implements ClassOrNamespaceDescriptor {
|
||||
public ModuleDescriptor(String name) {
|
||||
super(null, Collections.<AnnotationDescriptor>emptyList(), name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user