Unmappable character removed
This commit is contained in:
committed by
Nikolay Krasko
parent
314bb73ac9
commit
9a8a1be1bb
@@ -18,7 +18,7 @@ public class TypeValue implements BoundsOwner {
|
|||||||
private final Variance positionVariance;
|
private final Variance positionVariance;
|
||||||
private final TypeParameterDescriptor typeParameterDescriptor; // Null for known types
|
private final TypeParameterDescriptor typeParameterDescriptor; // Null for known types
|
||||||
private final JetType originalType;
|
private final JetType originalType;
|
||||||
private JetType value; // For an unknown — the value found by constraint resolution, for a known — just it's value
|
private JetType value; // For an unknown - the value found by constraint resolution, for a known - just it's value
|
||||||
|
|
||||||
// Unknown type
|
// Unknown type
|
||||||
public TypeValue(@NotNull TypeParameterDescriptor typeParameterDescriptor, @NotNull Variance positionVariance) {
|
public TypeValue(@NotNull TypeParameterDescriptor typeParameterDescriptor, @NotNull Variance positionVariance) {
|
||||||
|
|||||||
Reference in New Issue
Block a user