Unmappable character removed

This commit is contained in:
Andrey Breslav
2011-12-14 17:18:19 +04:00
parent 2e92e05687
commit 268081df73
@@ -18,7 +18,7 @@ public class TypeValue implements BoundsOwner {
private final Variance positionVariance;
private final TypeParameterDescriptor typeParameterDescriptor; // Null for known types
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
public TypeValue(@NotNull TypeParameterDescriptor typeParameterDescriptor, @NotNull Variance positionVariance) {