Minor, make field final
This commit is contained in:
@@ -30,7 +30,7 @@ import java.util.List;
|
|||||||
|
|
||||||
public class TypeConstructorImpl extends AnnotatedImpl implements TypeConstructor {
|
public class TypeConstructorImpl extends AnnotatedImpl implements TypeConstructor {
|
||||||
private final List<TypeParameterDescriptor> parameters;
|
private final List<TypeParameterDescriptor> parameters;
|
||||||
private Collection<JetType> supertypes;
|
private final Collection<JetType> supertypes;
|
||||||
private final String debugName;
|
private final String debugName;
|
||||||
private final boolean isFinal;
|
private final boolean isFinal;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user